Added an icon for the 'select all' action. 6_0_x

Sun, 25 Jan 2015 18:45:59 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 25 Jan 2015 18:45:59 +0100
branch
6_0_x
changeset 4070
28382ba99ba4
parent 4066
3dc03cbd6fd8
child 4071
fb7a5fa9f239

Added an icon for the 'select all' action.
(grafted from cdc77314be224514ca4cccfb09563db805c4ce3d)

ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
icons/default/editSelectAll.png file | annotate | diff | comparison | revisions
--- a/ViewManager/ViewManager.py	Sun Jan 25 17:30:53 2015 +0100
+++ b/ViewManager/ViewManager.py	Sun Jan 25 18:45:59 2015 +0100
@@ -1178,6 +1178,7 @@
         
         self.selectAllAct = E5Action(
             QCoreApplication.translate('ViewManager', 'Select all'),
+            UI.PixmapCache.getIcon("editSelectAll.png"),
             QCoreApplication.translate('ViewManager', '&Select all'),
             QKeySequence(QCoreApplication.translate(
                 'ViewManager', "Ctrl+A", "Edit|Select all")),
Binary file icons/default/editSelectAll.png has changed

eric ide

mercurial