mailr14726 - /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 21, 2011 - 12:01:
Author: bugman
Date: Wed Sep 21 12:01:03 2011
New Revision: 14726

URL: http://svn.gna.org/viewcvs/relax?rev=14726&view=rev
Log:
The help-about.png oxygen icon is now available on the help_about path.


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=14726&r1=14725&r2=14726&view=diff
==============================================================================
--- 1.3/gui/paths.py (original)
+++ 1.3/gui/paths.py Wed Sep 21 12:01:03 2011
@@ -99,6 +99,7 @@
         self.flag_red =             path + 'actions'    + sep + 
'flag-red.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.go_top =               path + 'actions'    + sep + 'go-top.png'
+        self.help_about =           path + 'actions'    + sep + 
'help-about.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.load =                 path + 'actions'    + sep + 
'arrow-right.png'
         self.manual =               path + 'mimetypes'  + sep + 
'application-pdf.png'
@@ -153,6 +154,7 @@
         self.go_previous_view =     path + 'actions'    + sep + 
'go-previous-view.png'
         self.go_next_view =         path + 'actions'    + sep + 
'go-next-view.png'
         self.go_top =               path + 'actions'    + sep + 'go-top.png'
+        self.help_about =           path + 'actions'    + sep + 
'help-about.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
         self.open_folder =          path + 'actions'    + sep + 
'document-open-folder.png'
@@ -213,6 +215,7 @@
         self.edit_select_all =      path + 'actions'    + sep + 
'edit-select-all.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.go_top =               path + 'actions'    + sep + 'go-top.png'
+        self.help_about =           path + 'actions'    + sep + 
'help-about.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
         self.open_folder =          path + 'actions'    + sep + 
'document-open-folder.png'
@@ -264,6 +267,7 @@
         self.forwards =             path + 'actions'    + sep + 
'go-next-view.png'
         self.go_bottom =            path + 'actions'    + sep + 
'go-bottom.png'
         self.go_top =               path + 'actions'    + sep + 'go-top.png'
+        self.help_about =           path + 'actions'    + sep + 
'help-about.png'
         self.list_remove =          path + 'actions'    + sep + 
'list-remove.png'
         self.new =                  path + 'actions'    + sep + 
'document-new.png'
         self.open_folder =          path + 'actions'    + sep + 
'document-open-folder.png'




Related Messages


Powered by MHonArc, Updated Wed Sep 21 14:20:02 2011