summaryrefslogtreecommitdiffstats
path: root/korganizer/koeventpopupmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeventpopupmenu.cpp')
-rw-r--r--korganizer/koeventpopupmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koeventpopupmenu.cpp b/korganizer/koeventpopupmenu.cpp
index 6ab28182..73a0942e 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
//------------------------------------------------------------------------