diff options
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 //------------------------------------------------------------------------ |