diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:48:33 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:48:33 -0500 |
commit | 10407d0d5474a697dd0539bcb18249e91ab2edd4 (patch) | |
tree | b7127d15c81dcfe387f1dba7750d3a5c5e77003d | |
parent | 26890758fed56a8b109d8cae6162b404fd11967e (diff) | |
download | knights-10407d0d5474a697dd0539bcb18249e91ab2edd4.tar.gz knights-10407d0d5474a697dd0539bcb18249e91ab2edd4.zip |
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r-- | knights/knights.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/knights.cpp b/knights/knights.cpp index 0567f85..6daa583 100644 --- a/knights/knights.cpp +++ b/knights/knights.cpp @@ -342,7 +342,7 @@ void Knights::initMenus( void ) fileMenu->setWhatsThis( MENU_CLOSEALL, i18n( "This command will remove all matches that are currently loaded." ) ); fileMenu->insertSeparator(); // MENU_QUIT - fileMenu->insertItem( TQIconSet( Resource->LoadIcon( TQString("exit"), TDEIcon::Small ) ), + fileMenu->insertItem( TQIconSet( Resource->LoadIcon( TQString("system-log-out"), TDEIcon::Small ) ), i18n( "&Quit" ), this, TQT_SLOT(menuClose()), CTRL+Key_Q, MENU_QUIT ); fileMenu->setWhatsThis( MENU_QUIT, i18n( "The Quit command will stop all matches and exit Knights." ) ); /* |