Added an icon for the 'select all' action.

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 25 Jan 2015 18:45:59 +0100
changeset 4067
cdc77314be22
parent 4065
8e81259fb739
child 4068
cb91ccf0104d

Added an icon for the 'select all' action.

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