mailr14662 - /1.3/gui/paths.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 16, 2011 - 10:54:
Author: bugman
Date: Fri Sep 16 10:54:39 2011
New Revision: 14662

URL: http://svn.gna.org/viewcvs/relax?rev=14662&view=rev
Log:
Added the missing path to the edit-select-all.png icons.


Modified:
    1.3/gui/paths.py

Modified: 1.3/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/paths.py?rev=14662&r1=14661&r2=14662&view=diff
==============================================================================
--- 1.3/gui/paths.py (original)
+++ 1.3/gui/paths.py Fri Sep 16 10:54:39 2011
@@ -93,6 +93,7 @@
         self.edit_copy =            path + 'actions'    + sep + 
'edit-copy.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.edit_find =            path + 'actions'    + sep + 
'edit-find.png'
+        self.edit_select_all =      path + 'actions'    + sep + 
'edit-select-all.png'
         self.exit =                 path + 'actions'    + sep + 
'system-shutdown.png'
         self.flag_blue =            path + 'actions'    + sep + 
'flag-blue.png'
         self.flag_red =             path + 'actions'    + sep + 
'flag-red.png'
@@ -144,6 +145,7 @@
         self.edit_copy =            path + 'actions'    + sep + 
'edit-copy.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.edit_find =            path + 'actions'    + sep + 
'edit-find.png'
+        self.edit_select_all =      path + 'actions'    + sep + 
'edit-select-all.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
         self.document_properties =  path + 'actions'    + sep + 
'document-properties.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
@@ -206,6 +208,7 @@
         self.edit_copy =            path + 'actions'    + sep + 
'edit-copy.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.edit_find =            path + 'actions'    + sep + 
'edit-find.png'
+        self.edit_select_all =      path + 'actions'    + sep + 
'edit-select-all.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
@@ -253,6 +256,7 @@
         self.edit_copy =            path + 'actions'    + sep + 
'edit-copy.png'
         self.edit_delete =          path + 'actions'    + sep + 
'edit-delete.png'
         self.edit_find =            path + 'actions'    + sep + 
'edit-find.png'
+        self.edit_select_all =      path + 'actions'    + sep + 
'edit-select-all.png'
         self.forwards =             path + 'actions'    + sep + 
'go-next-view.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'




Related Messages


Powered by MHonArc, Updated Fri Sep 16 11:00:02 2011