mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
removed unconsolidated shortcuts in the menu.
svn path=/trunk/kdebase/konsole/; revision=11984
This commit is contained in:
16
src/main.C
16
src/main.C
@@ -250,16 +250,18 @@ void TEDemo::makeMenu()
|
||||
|
||||
m_options->installEventFilter( this );
|
||||
|
||||
menubar->insertItem(i18n("&File") , m_file);
|
||||
// For those how like to add shortcuts here, be aware that ALT-Key
|
||||
// combinations might be uses heavily by many programs. Thus activating
|
||||
// shortcuts here means to deactivate them in many other programs.
|
||||
|
||||
//FIXME: deactivated mainly because it flickers like crasy
|
||||
// appears to do well otherwise
|
||||
menubar->insertItem(i18n("&New"), m_commands);
|
||||
menubar->insertItem(i18n("&Sessions"), m_sessions);
|
||||
menubar->insertItem(i18n("File") , m_file);
|
||||
|
||||
menubar->insertItem(i18n("&Options"), m_options);
|
||||
menubar->insertItem(i18n("New"), m_commands);
|
||||
menubar->insertItem(i18n("Sessions"), m_sessions);
|
||||
|
||||
menubar->insertItem(i18n("Options"), m_options);
|
||||
menubar->insertSeparator();
|
||||
menubar->insertItem(i18n("&Help"), m_help);
|
||||
menubar->insertItem(i18n("Help"), m_help);
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user