mailr13271 - /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 28, 2011 - 22:17:
Author: bugman
Date: Tue Jun 28 22:17:22 2011
New Revision: 13271

URL: http://svn.gna.org/viewcvs/relax?rev=13271&view=rev
Log:
The new results viewer icon will be the view-statistics oxygen icon for now.

These icons have been added 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=13271&r1=13270&r2=13271&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Tue Jun 28 22:17:22 2011
@@ -90,6 +90,7 @@
         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'
+        self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
 
 
@@ -114,6 +115,7 @@
         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.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
@@ -147,6 +149,7 @@
         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.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
 
 
@@ -170,6 +173,7 @@
         self.remove =       path + 'actions' + sep + 'list-remove.png'
         self.save =         path + 'actions' + sep + 'document-save.png'
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
+        self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
         # relax icons.
         path = ICON_RELAX_PATH + '48x48' + sep




Related Messages


Powered by MHonArc, Updated Tue Jun 28 22:20:02 2011