mailr12052 - /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 30, 2010 - 23:05:
Author: bugman
Date: Thu Dec 30 23:05:26 2010
New Revision: 12052

URL: http://svn.gna.org/viewcvs/relax?rev=12052&view=rev
Log:
Added the FID icons to the file 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=12052&r1=12051&r2=12052&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/paths.py (original)
+++ branches/bieri_gui/gui_bieri/paths.py Thu Dec 30 23:05:26 2010
@@ -57,6 +57,7 @@
         self.molecule =             path + 'molecule.png'
         self.molecule_unfolded =    path + 'molecule_unfolded.png'
         self.pipe =                 path + 'pipe.png'
+        self.relax_data =           path + 'fid.png'
         self.residue =              path + 'residue.png'
         self.sequence =             path + 'sequence.png'
         self.spin =                 path + 'spin.png'
@@ -109,6 +110,7 @@
         self.molecule =             path + 'molecule.png'
         self.molecule_unfolded =    path + 'molecule_unfolded.png'
         self.pipe =                 path + 'pipe.png'
+        self.relax_data =           path + 'fid.png'
         self.residue =              path + 'residue.png'
         self.sequence =             path + 'sequence.png'
         self.spin =                 path + 'spin.png'
@@ -153,6 +155,7 @@
         # relax icons.
         path = ICON_RELAX_PATH + '48x48' + sep
         self.pipe =                 path + 'pipe.png'
+        self.relax_data =           path + 'fid.png'
         self.sequence =             path + 'sequence.png'
 
 




Related Messages


Powered by MHonArc, Updated Thu Dec 30 23:20:02 2010