From bd1f48e21af502a0f86602a19c33b9d52bc3fd8f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Mar 2015 13:02:33 -0500 Subject: Bring printer1 icon into XDG compliance --- korganizer/journalentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korganizer/journalentry.cpp') diff --git a/korganizer/journalentry.cpp b/korganizer/journalentry.cpp index 566719f3..0ceec954 100644 --- a/korganizer/journalentry.cpp +++ b/korganizer/journalentry.cpp @@ -229,7 +229,7 @@ JournalEntry::JournalEntry( Journal* j, TQWidget *parent ) : #ifndef KORG_NOPRINTER mPrintButton = new TQToolButton( this, "printButton" ); - mPrintButton->setPixmap( KOGlobals::self()->smallIcon( "printer1" ) ); + mPrintButton->setPixmap( KOGlobals::self()->smallIcon( "printer" ) ); mPrintButton->setSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Fixed ); TQToolTip::add( mPrintButton, i18n("Print this journal entry") ); TQWhatsThis::add( mPrintButton, i18n("Opens the print dialog for this journal entry") ); -- cgit v1.2.3