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

List:       kde-commits
Subject:    playground/utils/filelight/src/part/radialMap
From:       Martin Tobias Holmedahl Sandsmark <sandsmark () samfundet ! no>
Date:       2009-02-03 18:43:50
Message-ID: 1233686630.196767.30350.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 920756 by sandsmark:

Update for new icon names in the right click menu.



 M  +4 -4      widgetEvents.cpp  


--- trunk/playground/utils/filelight/src/part/radialMap/widgetEvents.cpp #920755:920756
@@ -197,21 +197,21 @@
                 openKonqueror = popup.addAction(KIcon("konqueror"), i18n("Open &Konqueror Here"));
 
                 if (url.protocol() == "file")
-                    openKonsole = popup.addAction(KIcon("konsole"), i18n("Open &Konsole Here"));
+                    openKonsole = popup.addAction(KIcon("terminal"), i18n("Open &Konsole Here"));
 
                 if (m_focus->file() != m_tree) {
                     popup.addSeparator();
-                    centerMap = popup.addAction(KIcon("viewmag"), i18n("&Center Map Here"));
+                    centerMap = popup.addAction(KIcon("zoom-in"), i18n("&Center Map Here"));
                 }
             }
             else
                 openFile = popup.addAction(KIcon("fileopen"), i18n("&Open"));
 
             popup.addSeparator();
-            copyClipboard = popup.addAction(KIcon("editcopy"), i18n("&Copy to clipboard"));
+            copyClipboard = popup.addAction(KIcon("edit-copy"), i18n("&Copy to clipboard"));
 
             popup.addSeparator();
-            deleteItem = popup.addAction(KIcon("editdelete"), i18n("&Delete"));
+            deleteItem = popup.addAction(KIcon("edit-delete"), i18n("&Delete"));
 
             QAction* clicked = popup.exec(e->globalPos(), 0);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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