mailr13674 - /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 July 18, 2011 - 11:08:
Author: bugman
Date: Mon Jul 18 11:08:15 2011
New Revision: 13674

URL: http://svn.gna.org/viewcvs/relax?rev=13674&view=rev
Log:
Set the skip icon to be arrow-right-double-relax-blue.


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=13674&r1=13673&r2=13674&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Mon Jul 18 11:08:15 2011
@@ -93,6 +93,7 @@
         self.save_as =              path + 'actions'    + sep + 
'document-save-as.png'
         self.settings_global =      path + 'categories' + sep + 
'preferences-system.png'
         self.settings_reset =       path + 'actions'    + sep + 
'edit-delete.png'
+        self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
         self.ref =                  path + 'actions'    + sep + 
'flag-blue.png'
         self.uf_script =            path + 'mimetypes'  + sep + 
'application-x-desktop.png'
         self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
@@ -123,6 +124,7 @@
         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.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
         self.view_refresh =         path + 'actions'    + sep + 
'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
@@ -165,6 +167,7 @@
         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.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
@@ -193,6 +196,7 @@
         self.open_folder =  path + 'actions' + sep + 
'document-open-folder.png'
         self.remove =       path + 'actions' + sep + 'list-remove.png'
         self.save =         path + 'actions' + sep + 'document-save.png'
+        self.skip =                 path + 'actions'    + sep + 
'arrow-right-double-relax-blue.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 




Related Messages


Powered by MHonArc, Updated Mon Jul 18 11:20:02 2011