And I was just about to add accelerators to the menus too.

svn path=/trunk/kdebase/konsole/; revision=12035
This commit is contained in:
Alex Zepeda
1998-11-01 20:46:17 +00:00
parent f519401e12
commit 00266b14e3

View File

@@ -250,9 +250,10 @@ void TEDemo::makeMenu()
m_options->installEventFilter( this );
// 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.
// For those who would like to add shortcuts here, be aware that
// ALT-key combinations are heavily used by many programs. Thus,
// activating shortcuts here means deactivating them in the other
// programs.
menubar->insertItem(i18n("File") , m_file);