mailr11734 - /branches/bieri_gui/gui_bieri/paths.py


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

Header


Content

Posted by edward on December 08, 2010 - 12:00:
Author: bugman
Date: Wed Dec  8 12:00:43 2010
New Revision: 11734

URL: http://svn.gna.org/viewcvs/relax?rev=11734&view=rev
Log:
Added the unfolded molecule icon to the paths module.


Modified:
    branches/bieri_gui/gui_bieri/paths.py

Modified: branches/bieri_gui/gui_bieri/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/paths.py?rev=11734&r1=11733&r2=11734&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/paths.py (original)
+++ branches/bieri_gui/gui_bieri/paths.py Wed Dec  8 12:00:43 2010
@@ -48,11 +48,12 @@
 
         # relax icons.
         path = ICON_RELAX_PATH + '16x16' + sep
-        self.about_relax =      IMAGE_PATH + 'relax_16x16.png'
-        self.about_relaxgui =   IMAGE_PATH + 'relax_16x16.png'
-        self.manual =           path + 'molecule.png'
-        self.residue =          path + 'residue.png'
-        self.spin =             path + 'spin.png'
+        self.about_relax =          IMAGE_PATH + 'relax_16x16.png'
+        self.about_relaxgui =       IMAGE_PATH + 'relax_16x16.png'
+        self.molecule =             path + 'molecule.png'
+        self.molecule_unfolded =    path + 'molecule_unfolded.png'
+        self.residue =              path + 'residue.png'
+        self.spin =                 path + 'spin.png'
 
         # Oxygen icons.
         path = OXY_ICON_PATH + '16x16' + sep
@@ -85,9 +86,10 @@
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
-        self.molecule =     path + 'molecule.png'
-        self.residue =      path + 'residue.png'
-        self.spin =         path + 'spin.png'
+        self.molecule =             path + 'molecule.png'
+        self.molecule_unfolded =    path + 'molecule_unfolded.png'
+        self.residue =              path + 'residue.png'
+        self.spin =                 path + 'spin.png'
 
 
 




Related Messages


Powered by MHonArc, Updated Wed Dec 08 13:20:01 2010