diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:59 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:59 -0500 |
commit | 3a884685ff7e33af277d54b476061e9a5b3003a6 (patch) | |
tree | 427ee2fc6c28e6d2e2ca5ed9588a2b85f128422b /superkaramba | |
parent | 44074435c675c743e130b7cee941c8db3c3a50bf (diff) | |
download | tdeutils-3a884685ff7e33af277d54b476061e9a5b3003a6.tar.gz tdeutils-3a884685ff7e33af277d54b476061e9a5b3003a6.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'superkaramba')
-rw-r--r-- | superkaramba/src/karamba.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/karamba.cpp b/superkaramba/src/karamba.cpp index 95c6c23..19b30b5 100644 --- a/superkaramba/src/karamba.cpp +++ b/superkaramba/src/karamba.cpp @@ -222,7 +222,7 @@ karamba::karamba(TQString fn, TQString name, bool reloading, int instance, kpop->insertItem( SmallIconSet("reload3"),i18n("&Reload Theme"),this, TQT_SLOT(reloadConfig()), CTRL+Key_R ); - kpop->insertItem( SmallIconSet("fileclose"),i18n("&Close This Theme"), this, + kpop->insertItem( SmallIconSet("window-close"),i18n("&Close This Theme"), this, TQT_SLOT(killWidget()), CTRL+Key_C ); if(!SuperKarambaSettings::showSysTray()) |