diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-26 13:02:33 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-26 13:02:33 -0500 |
commit | bd1f48e21af502a0f86602a19c33b9d52bc3fd8f (patch) | |
tree | 1129806d6900aaca59ab09335a0d6db9770d80a7 /korganizer/koeventpopupmenu.cpp | |
parent | 7a320d874dcdf954fdb6666e3ca54ea817670345 (diff) | |
download | tdepim-bd1f48e21af502a0f86602a19c33b9d52bc3fd8f.tar.gz tdepim-bd1f48e21af502a0f86602a19c33b9d52bc3fd8f.zip |
Bring printer1 icon into XDG compliance
Diffstat (limited to 'korganizer/koeventpopupmenu.cpp')
-rw-r--r-- | korganizer/koeventpopupmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koeventpopupmenu.cpp b/korganizer/koeventpopupmenu.cpp index 6ab281828..73a0942ef 100644 --- a/korganizer/koeventpopupmenu.cpp +++ b/korganizer/koeventpopupmenu.cpp @@ -54,7 +54,7 @@ KOEventPopupMenu::KOEventPopupMenu() mEditOnlyItems.append( insertItem(i18n("&Edit..."), this, TQT_SLOT( popupEdit() ) ) ); #ifndef KORG_NOPRINTER - insertItem( KOGlobals::self()->smallIcon("printer1"), i18n("&Print..."), + insertItem( KOGlobals::self()->smallIcon("printer"), i18n("&Print..."), this, TQT_SLOT( print() ) ); #endif //------------------------------------------------------------------------ |