|
|
@ -341,10 +341,10 @@ void Knights::initMenus( void )
|
|
|
|
fileMenu->setItemEnabled( MENU_CLOSEALL, FALSE );
|
|
|
|
fileMenu->setItemEnabled( MENU_CLOSEALL, FALSE );
|
|
|
|
fileMenu->setWhatsThis( MENU_CLOSEALL, i18n( "This command will remove all matches that are currently loaded." ) );
|
|
|
|
fileMenu->setWhatsThis( MENU_CLOSEALL, i18n( "This command will remove all matches that are currently loaded." ) );
|
|
|
|
fileMenu->insertSeparator();
|
|
|
|
fileMenu->insertSeparator();
|
|
|
|
// MENU_TQUIT
|
|
|
|
// MENU_QUIT
|
|
|
|
fileMenu->insertItem( TQIconSet( Resource->LoadIcon( TQString("exit"), KIcon::Small ) ),
|
|
|
|
fileMenu->insertItem( TQIconSet( Resource->LoadIcon( TQString("exit"), KIcon::Small ) ),
|
|
|
|
i18n( "&Quit" ), this, TQT_SLOT(menuClose()), CTRL+Key_Q, MENU_TQUIT );
|
|
|
|
i18n( "&Quit" ), this, TQT_SLOT(menuClose()), CTRL+Key_Q, MENU_QUIT );
|
|
|
|
fileMenu->setWhatsThis( MENU_TQUIT, i18n( "The Quit command will stop all matches and exit Knights." ) );
|
|
|
|
fileMenu->setWhatsThis( MENU_QUIT, i18n( "The Quit command will stop all matches and exit Knights." ) );
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
settingsMenu menu
|
|
|
|
settingsMenu menu
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|