Fix unintended rename of shrinkselection

pull/1/head
Slávek Banko 11 years ago
parent ad92760518
commit 64ee8a777c

@ -67,7 +67,7 @@ ModifySelection::ModifySelection(TQObject *parent, const char *name, const TQStr
// Selection manager takes ownership? // Selection manager takes ownership?
TDEAction* a = new TDEAction(i18n("Grow Selection..."), 0, 0, this, TQT_SLOT(slotGrowSelection()), actionCollection(), "growselection"); 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"); TDEAction* c = new TDEAction(i18n("Border Selection..."), 0, 0, this, TQT_SLOT(slotBorderSelection()), actionCollection(), "borderselection");
TQ_CHECK_PTR(a); TQ_CHECK_PTR(a);

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

Loading…
Cancel
Save