[Konsole-devel] [Bug 39809] 'History' slightly misleading label for saved lines

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Mon Mar 14 01:09:42 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=39809         




------- Additional Comments From kurt.hindenburg kdemail net  2005-03-14 02:09 -------
Changing the menu items to comment #3 makes the menu slightly wider... perhaps drop the History part?  I'm not convinced this is an improvement over what is there now...

Index: konsole.cpp
===================================================================
RCS file: /home/kde/kdebase/konsole/konsole/konsole.cpp,v
retrieving revision 1.515
diff -u -p -r1.515 konsole.cpp
--- konsole.cpp 12 Mar 2005 19:22:48 -0000      1.515
+++ konsole.cpp 14 Mar 2005 01:08:48 -0000
 @ -991,7 +991,7  @ void Konsole::makeBasicGUI()
                                 SLOT(slotClearTerminal()), m_shortcuts, "clear_terminal");
   m_resetClearTerminal = new KAction(i18n("&Reset && Clear Terminal"), 0, this,
                                      SLOT(slotResetClearTerminal()), m_shortcuts, "reset_clear_terminal");
-  m_findHistory = new KAction(i18n("&Find in History..."), "find", 0, this,
+  m_findHistory = new KAction(i18n("&Find in Output History..."), "find", 0, this,
                               SLOT(slotFindHistory()), m_shortcuts, "find_history");
   m_findHistory->setEnabled(b_histEnabled);

 @ -1003,15 +1003,15  @ void Konsole::makeBasicGUI()
                                SLOT(slotFindPrevious()), m_shortcuts, "find_previous");
   m_findPrevious->setEnabled( b_histEnabled );

-  m_saveHistory = new KAction(i18n("S&ave History As..."), "filesaveas", 0, this,
+  m_saveHistory = new KAction(i18n("S&ave Output History As..."), "filesaveas", 0, this,
                               SLOT(slotSaveHistory()), m_shortcuts, "save_history");
   m_saveHistory->setEnabled(b_histEnabled );

-  m_clearHistory = new KAction(i18n("Clear &History"), "history_clear", 0, this,
+  m_clearHistory = new KAction(i18n("Clear Output &History"), "history_clear", 0, this,
                                SLOT(slotClearHistory()), m_shortcuts, "clear_history");
   m_clearHistory->setEnabled(b_histEnabled);

-  m_clearAllSessionHistories = new KAction(i18n("Clear All H&istories"), "history_clear", 0,
+  m_clearAllSessionHistories = new KAction(i18n("Clear All Output H&istories"), "history_clear", 0,
     this, SLOT(slotClearAllSessionHistories()), m_shortcuts, "clear_all_histories");

   m_detachSession = new KAction(i18n("&Detach Session"), SmallIconSet("tab_breakoff"), 0, this,



More information about the konsole-devel mailing list