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

List:       kde-commits
Subject:    koffice/kspread/ui
From:       Stefan Nikolaus <nikolaus.kde () googlemail ! com>
Date:       2010-09-22 18:18:27
Message-ID: 20100922181827.4FE2CAC888 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1178324 by nikolaus:

Fix icon names. Error occurred while moving the actions from View to CellToolBase.


 M  +3 -3      CellToolBase.cpp  


--- trunk/koffice/kspread/ui/CellToolBase.cpp #1178323:1178324
@@ -619,17 +619,17 @@
     connect(action, SIGNAL(triggered(bool)), this, SLOT(sort()));
     action->setToolTip(i18n("Sort a group of cells"));
 
-    action = new KAction(KIcon("this-sort-descending"), i18n("Sort &Decreasing"), this);
+    action = new KAction(KIcon("view-sort-descending"), i18n("Sort &Decreasing"), this);
     addAction("sortDec", action);
     connect(action, SIGNAL(triggered(bool)), this, SLOT(sortDec()));
     action->setToolTip(i18n("Sort a group of cells in decreasing(last to first) order"));
 
-    action = new KAction(KIcon("this-sort-ascending"), i18n("Sort &Increasing"), this);
+    action = new KAction(KIcon("view-sort-ascending"), i18n("Sort &Increasing"), this);
     addAction("sortInc", action);
     connect(action, SIGNAL(triggered(bool)), this, SLOT(sortInc()));
     action->setToolTip(i18n("Sort a group of cells in ascending(first to last) order"));
 
-    action = new KAction(KIcon("this-filter"), i18n("&Auto-Filter"), this);
+    action = new KAction(KIcon("view-filter"), i18n("&Auto-Filter"), this);
     addAction("autoFilter", action);
     connect(action, SIGNAL(triggered(bool)), this, SLOT(autoFilter()));
     action->setToolTip(i18n("Add an automatic filter to a cell range"));
[prev in list] [next in list] [prev in thread] [next in thread] 

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