diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:50:35 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:50:35 -0500 |
commit | d69c3a21f339ed8baf9375292b3e77f57973adc3 (patch) | |
tree | 21a75dc08b87055189030f7b79698ae396074526 /kdat | |
parent | 74986c6995bc7891db32d4e4dbeed80423a74e33 (diff) | |
download | tdeadmin-d69c3a21f339ed8baf9375292b3e77f57973adc3.tar.gz tdeadmin-d69c3a21f339ed8baf9375292b3e77f57973adc3.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kdat')
-rw-r--r-- | kdat/KDatMainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/KDatMainWindow.cpp b/kdat/KDatMainWindow.cpp index 2ef0f76..86a4fef 100644 --- a/kdat/KDatMainWindow.cpp +++ b/kdat/KDatMainWindow.cpp @@ -143,7 +143,7 @@ KDatMainWindow::KDatMainWindow() _fileMenu->insertItem( i18n( "Delete Backup Profile" ), this, TQT_SLOT( fileDeleteBackupProfile() ) ); _fileMenu->insertItem( i18n( "Format Tape..." ) , this, TQT_SLOT( fileFormatTape() ) ); _fileMenu->insertSeparator(); - _fileMenu->insertItem( SmallIcon("exit"), i18n( "&Quit" ) , this, TQT_SLOT( fileQuit() ), CTRL + Key_Q ); + _fileMenu->insertItem( SmallIcon("system-log-out"), i18n( "&Quit" ) , this, TQT_SLOT( fileQuit() ), CTRL + Key_Q ); _editMenu = new TQPopupMenu; _editMenu->insertItem( SmallIcon("configure"), i18n( "Configure KDat..." ) , this, TQT_SLOT( editPreferences() ) ); |