Sun, 25 Jan 2015 18:45:59 +0100
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")),