mailr13351 - /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 30, 2011 - 18:00:
Author: bugman
Date: Thu Jun 30 18:00:24 2011
New Revision: 13351

URL: http://svn.gna.org/viewcvs/relax?rev=13351&view=rev
Log:
Added the structure relax icon 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=13351&r1=13350&r2=13351&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Thu Jun 30 18:00:24 2011
@@ -61,6 +61,7 @@
         self.residue =              path + 'residue.png'
         self.sequence =             path + 'sequence.png'
         self.spin =                 path + 'spin.png'
+        self.structure =            path + 'structure.png'
         self.value =                path + 'value.png'
 
         # Oxygen icons.
@@ -128,6 +129,7 @@
         self.residue =              path + 'residue.png'
         self.sequence =             path + 'sequence.png'
         self.spin =                 path + 'spin.png'
+        self.structure =            path + 'structure.png'
         self.value =                path + 'value.png'
 
 
@@ -154,6 +156,8 @@
         self.view_refresh = path + 'actions' + sep + 'view-refresh.png'
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
+        # relax icons.
+        self.structure =            path + 'structure.png'
 
 
 class I48x48:
@@ -184,6 +188,7 @@
         self.pipe =                 path + 'pipe.png'
         self.relax_data =           path + 'fid.png'
         self.sequence =             path + 'sequence.png'
+        self.structure =            path + 'structure.png'
         self.value =                path + 'value.png'
 
 




Related Messages


Powered by MHonArc, Updated Thu Jun 30 18:40:02 2011