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

List:       kde-commits
Subject:    KDE/kdevelop
From:       Urs Wolfer <uwolfer () kde ! org>
Date:       2008-04-16 18:03:45
Message-ID: 1208369025.607963.9654.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 797677 by uwolfer:

icon fixes

 M  +1 -1      languages/cpp/debugger/breakpointcontroller.cpp  
 M  +1 -1      plugins/appwizard/appwizardplugin.cpp  


--- trunk/KDE/kdevelop/languages/cpp/debugger/breakpointcontroller.cpp #797676:797677
@@ -605,7 +605,7 @@
 { 
     if (orientation == Qt::Horizontal && role == Qt::DecorationRole
         && section == 0)
-        return KIcon("ok");
+        return KIcon("dialog-ok-apply");
     else if (orientation == Qt::Horizontal && role == Qt::DecorationRole
              && section == 1)
         return KIcon("system-switch-user");
--- trunk/KDE/kdevelop/plugins/appwizard/appwizardplugin.cpp #797676:797677
@@ -74,7 +74,7 @@
                                "application from a set of templates.</p>") );
 
     action = actionCollection()->addAction( "project_import" );
-    action->setIcon(KIcon("project-import"));
+    action->setIcon(KIcon("document-import"));
     action->setText(i18n( "&Import Existing Project..." ));
     connect( action, SIGNAL( triggered( bool ) ), SLOT( slotImportProject() ) );
     action->setToolTip( i18n( "Import existing project" ) );
[prev in list] [next in list] [prev in thread] [next in thread] 

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