[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/plugins/kmail/bodypartformatter
From:       Allen Winter <winter () kde ! org>
Date:       2009-10-20 21:56:16
Message-ID: 1256075776.584859.5975.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1038255 by winterz:

pretty, pretty icons for the invitation attachment context menu.
MERGE: none



 M  +4 -2      text_calendar.cpp  


--- trunk/KDE/kdepim/plugins/kmail/bodypartformatter/text_calendar.cpp #1038254:1038255
@@ -773,8 +773,10 @@
       }
 
       KMenu *menu = new KMenu();
-      QAction *open = menu->addAction( i18n( "Open Attachment" ) );
-      QAction *saveas = menu->addAction( i18n( "Save Attachment As..." ) );
+      QAction *open =
+        menu->addAction( KIcon( "document-open" ), i18n( "Open Attachment" ) );
+      QAction *saveas =
+        menu->addAction( KIcon( "document-save-as" ), i18n( "Save Attachment As..." ) );
 
       QAction *a = menu->exec( point, 0 );
       if ( a == open ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic