Fix unintended renaming

pull/1/head
Slávek Banko 11 years ago
parent b1a342effa
commit dd932d6770

@ -85,11 +85,11 @@ MainWindow::MainWindow(TQWidget * parent, const char * name) :
TQT_TQOBJECT(this), TQT_SLOT(slotAddSession()),
actionCollection(), "add_tab");
action = new TDEAction(i18n("Two Terminals,Qt::Horizontal"), SmallIcon("tab_new"),
action = new TDEAction(i18n("Two Terminals, Horizontal"), SmallIcon("tab_new"),
0, TQT_TQOBJECT(this), TQT_SLOT(slotAddSessionTwoVertical()),
actionCollection(), "add_tab_twohorizontal");
action = new TDEAction(i18n("Two Terminals,Qt::Vertical"), SmallIcon("tab_new"),
action = new TDEAction(i18n("Two Terminals, Vertical"), SmallIcon("tab_new"),
0, TQT_TQOBJECT(this), TQT_SLOT(slotAddSessionTwoHorizontal()),
actionCollection(), "add_tab_twovertical");

Loading…
Cancel
Save