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

List:       kde-commits
Subject:    KDE/kdewebdev/quanta/lib
From:       Kristof Bal <kristof.bal () gmail ! com>
Date:       2009-01-02 17:33:16
Message-ID: 1230917596.203704.9614.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 904641 by kbal:

fixed some icon issues

 M  +2 -2      basetreeview.cpp  


--- trunk/KDE/kdewebdev/quanta/lib/basetreeview.cpp #904640:904641
@@ -738,9 +738,9 @@
     actionCollection()->addAction("move", moveAction );
     KAction *copyAction  = new KAction(KIcon("edit-copy"), i18n("&Copy Here"), this);
     actionCollection()->addAction("copy", copyAction );
-    KAction *linkAction  = new KAction(KIcon("www"), i18n("&Link Here"), this);
+    KAction *linkAction  = new KAction(KIcon("applications-internet"), i18n("&Link Here"), this);
     actionCollection()->addAction("link", linkAction );
-    KAction *cancelAction  = new KAction(KIcon("cancel"), i18n("C&ancel"), this);
+    KAction *cancelAction  = new KAction(KIcon("dialog-cancel"), i18n("C&ancel"), this);
     actionCollection()->addAction("cancel", cancelAction );
   QAction *result;
 #if defined Q_WS_X11
[prev in list] [next in list] [prev in thread] [next in thread] 

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