Change add nodes toolbar action.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-19 23:31:10 -03:00
parent c3dcd8f3a9
commit 064b8f1071

View File

@ -274,7 +274,7 @@ mindplot.widget.Menu = new Class({
} }
this._addButton('addTopic', true, false, function () { this._addButton('addTopic', true, false, function () {
designer.createChildForSelectedNode(); designer.createSiblingForSelectedNode();
}); });
this._registerTooltip('addTopic', $msg('ADD_TOPIC'), "Enter"); this._registerTooltip('addTopic', $msg('ADD_TOPIC'), "Enter");