From 27decf636929fad5a408331a3e5752b08a7037dc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 14 Aug 2002 12:04:08 +0000 Subject: [PATCH] &C is already taken by &Copy, so take C&lose svn path=/trunk/kdebase/konsole/; revision=171963 --- konsole/konsole.cpp | 2 +- konsole/konsole_child.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/konsole/konsole.cpp b/konsole/konsole.cpp index 12c7d06b..3654a152 100644 --- a/konsole/konsole.cpp +++ b/konsole/konsole.cpp @@ -794,7 +794,7 @@ void Konsole::makeBasicGUI() //help menu m_help->setAccel(QKeySequence(),m_help->idAt(0)); - m_closeSession = new KAction(i18n("&Close Session"), "fileclose", 0, this, + m_closeSession = new KAction(i18n("C&lose Session"), "fileclose", 0, this, SLOT(closeCurrentSession()), m_shortcuts, "close_session"); m_quit = new KAction(i18n("&Quit"), "exit", 0, this, SLOT( close() ), m_shortcuts, "quit"); diff --git a/konsole/konsole_child.cpp b/konsole/konsole_child.cpp index f3f77085..919c3802 100644 --- a/konsole/konsole_child.cpp +++ b/konsole/konsole_child.cpp @@ -114,7 +114,7 @@ KonsoleChild::KonsoleChild(TESession* _se, int columns, int lines, int scrollbar renameSession->plug(m_rightButton); m_rightButton->insertSeparator(); - KAction *closeSession = new KAction(i18n("&Close Session"), "fileclose", 0, this, + KAction *closeSession = new KAction(i18n("C&lose Session"), "fileclose", 0, this, SLOT(closeSession()), actions); closeSession->plug(m_rightButton ); if (KGlobalSettings::insertTearOffHandle())