mailr13805 - /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 21, 2011 - 14:28:
Author: bugman
Date: Thu Jul 21 14:28:02 2011
New Revision: 13805

URL: http://svn.gna.org/viewcvs/relax?rev=13805&view=rev
Log:
Added the pipe_hybrid 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=13805&r1=13804&r2=13805&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Thu Jul 21 14:28:02 2011
@@ -59,6 +59,7 @@
         self.molecule_unfolded =        path + 'molecule_unfolded.png'
         self.molecule_unfolded_grey =   path + 'molecule_unfolded_grey.png'
         self.pipe =                     path + 'pipe.png'
+        self.pipe_hybrid =              path + 'pipe_hybrid.png'
         self.relax_data =               path + 'fid.png'
         self.residue =                  path + 'residue.png'
         self.residue_grey =             path + 'residue_grey.png'
@@ -138,6 +139,7 @@
         self.molecule_unfolded =        path + 'molecule_unfolded.png'
         self.molecule_unfolded_grey =   path + 'molecule_unfolded_grey.png'
         self.pipe =                     path + 'pipe.png'
+        self.pipe_hybrid =              path + 'pipe_hybrid.png'
         self.relax_data =               path + 'fid.png'
         self.residue =                  path + 'residue.png'
         self.residue_grey =             path + 'residue_grey.png'
@@ -177,7 +179,8 @@
         self.view_statistics =      path + 'actions'    + sep + 
'view-statistics.png'
 
         # relax icons.
-        self.structure =            path + 'structure.png'
+        self.pipe_hybrid =              path + 'pipe_hybrid.png'
+        self.structure =                path + 'structure.png'
 
 
 class I48x48:
@@ -210,6 +213,7 @@
         # relax icons.
         path = ICON_RELAX_PATH + '48x48' + sep
         self.pipe =                 path + 'pipe.png'
+        self.pipe_hybrid =          path + 'pipe_hybrid.png'
         self.relax_data =           path + 'fid.png'
         self.sequence =             path + 'sequence.png'
         self.structure =            path + 'structure.png'




Related Messages


Powered by MHonArc, Updated Thu Jul 21 14:40:02 2011