mailr13125 - /branches/gui_testing/gui/paths.py


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

Header


Content

Posted by edward on June 20, 2011 - 18:26:
Author: bugman
Date: Mon Jun 20 18:26:06 2011
New Revision: 13125

URL: http://svn.gna.org/viewcvs/relax?rev=13125&view=rev
Log:
Added the next navigation icons to the paths module.


Modified:
    branches/gui_testing/gui/paths.py

Modified: branches/gui_testing/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/paths.py?rev=13125&r1=13124&r2=13125&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Mon Jun 20 18:26:06 2011
@@ -100,17 +100,19 @@
 
         # Oxygen icons.
         path = OXY_ICON_PATH + '22x22' + sep
-        self.about =                path + 'actions' + sep + 'help-about.png'
-        self.apply =                path + 'actions' + sep + 
'dialog-ok-apply.png'
-        self.cancel =               path + 'actions' + sep + 
'dialog-cancel.png'
-        self.close =                path + 'actions' + sep + 
'dialog-close.png'
-        self.copy =                 path + 'actions' + sep + 'list-add.png'
+        self.about =                path + 'actions'    + sep + 
'help-about.png'
+        self.apply =                path + 'actions'    + sep + 
'dialog-ok-apply.png'
+        self.cancel =               path + 'actions'    + sep + 
'dialog-cancel.png'
+        self.close =                path + 'actions'    + sep + 
'dialog-close.png'
+        self.copy =                 path + 'actions'    + sep + 
'list-add.png'
         self.document_close =       path + 'actions'    + sep + 
'document-close.png'
-        self.new =                  path + 'actions' + sep + 
'document-new.png'
-        self.ok =                   path + 'actions' + sep + 'dialog-ok.png'
-        self.open_folder =          path + 'actions' + sep + 
'document-open-folder.png'
-        self.save =                 path + 'actions' + sep + 
'document-save.png'
-        self.view_refresh =         path + 'actions' + sep + 
'view-refresh.png'
+        self.go_previous_view =     path + 'actions'    + sep + 
'go-previous-view.png'
+        self.go_next_view =         path + 'actions'    + sep + 
'go-next-view.png'
+        self.new =                  path + 'actions'    + sep + 
'document-new.png'
+        self.ok =                   path + 'actions'    + sep + 
'dialog-ok.png'
+        self.open_folder =          path + 'actions'    + sep + 
'document-open-folder.png'
+        self.save =                 path + 'actions'    + sep + 
'document-save.png'
+        self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep




Related Messages


Powered by MHonArc, Updated Mon Jun 20 18:40:02 2011