From 17eafbf019590393ccd01647c5c9d5d880b95e39 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 24 Feb 2004 16:51:34 +0000 Subject: use "..." suffix after name of menu item, when you open a dialog as action --- (limited to 'core/apps/embeddedkonsole/konsole.cpp') diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp index 7812e4c..b8f009d 100644 --- a/core/apps/embeddedkonsole/konsole.cpp +++ b/core/apps/embeddedkonsole/konsole.cpp @@ -640,7 +640,7 @@ void Konsole::init(const char* _pgm, QStrList & _args) secondToolBar->hide(); editCommandListMenu->setItemEnabled(ec_quick ,FALSE); } - ec_edit = editCommandListMenu->insertItem(tr( "Edit" ) ); + ec_edit = editCommandListMenu->insertItem(tr( "Edit..." ) ); cfg.setGroup("Commands"); commonCombo->setInsertionPolicy(QComboBox::AtCurrent); @@ -663,7 +663,7 @@ void Konsole::init(const char* _pgm, QStrList & _args) configMenu->insertItem(tr( "ScrollBar" ),scrollMenu); - configMenu->insertItem(tr( "History" ), this, SLOT(historyDialog())); + configMenu->insertItem(tr( "History..." ), this, SLOT(historyDialog())); cm_wrap = configMenu->insertItem(tr( "Wrap" )); cfg.setGroup("ScrollBar"); -- cgit v0.9.0.2