Fix unintended rename of shrinkselection

pull/1/head
Slávek Banko 11 лет назад
Родитель ad92760518
Сommit 64ee8a777c

@ -67,7 +67,7 @@ ModifySelection::ModifySelection(TQObject *parent, const char *name, const TQStr
// Selection manager takes ownership?
TDEAction* a = new TDEAction(i18n("Grow Selection..."), 0, 0, this, TQT_SLOT(slotGrowSelection()), actionCollection(), "growselection");
TDEAction* b = new TDEAction(i18n("Shrink Selection..."), 0, 0, this, TQT_SLOT(slotShrinkSelection()), actionCollection(), "shrintdeselection");
TDEAction* b = new TDEAction(i18n("Shrink Selection..."), 0, 0, this, TQT_SLOT(slotShrinkSelection()), actionCollection(), "shrinkselection");
TDEAction* c = new TDEAction(i18n("Border Selection..."), 0, 0, this, TQT_SLOT(slotBorderSelection()), actionCollection(), "borderselection");
TQ_CHECK_PTR(a);

@ -3,7 +3,7 @@
<MenuBar>
<Menu name="Select"><text>&amp;Select</text>
<Action name="growselection"/>
<Action name="shrintdeselection"/>
<Action name="shrinkselection"/>
<Action name="borderselection"/>
</Menu>
</MenuBar>

Загрузка…
Отмена
Сохранить