From 10407d0d5474a697dd0539bcb18249e91ab2edd4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:48:33 -0500 Subject: [PATCH] Bring stop, lock, exit, and run icons into XDG compliance --- knights/knights.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ) ); /*