mailr11731 - /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 - 11:28:
Author: bugman
Date: Wed Dec  8 11:28:42 2010
New Revision: 11731

URL: http://svn.gna.org/viewcvs/relax?rev=11731&view=rev
Log:
Added the molecule, residue, and spin 16x16 icons to the icon paths.


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=11731&r1=11730&r2=11731&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/paths.py (original)
+++ branches/bieri_gui/gui_bieri/paths.py Wed Dec  8 11:28:42 2010
@@ -47,8 +47,12 @@
         """Initialise all paths."""
 
         # relax icons.
-        self.about_relax = IMAGE_PATH + 'relax_16x16.png'
-        self.about_relaxgui = IMAGE_PATH + 'relax_16x16.png'
+        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'
 
         # Oxygen icons.
         path = OXY_ICON_PATH + '16x16' + sep




Related Messages


Powered by MHonArc, Updated Wed Dec 08 11:40:02 2010