mailr11708 - /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 06, 2010 - 20:57:
Author: bugman
Date: Mon Dec  6 20:57:45 2010
New Revision: 11708

URL: http://svn.gna.org/viewcvs/relax?rev=11708&view=rev
Log:
The molecule icon is now included in 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=11708&r1=11707&r2=11708&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/paths.py (original)
+++ branches/bieri_gui/gui_bieri/paths.py Mon Dec  6 20:57:45 2010
@@ -36,6 +36,7 @@
 # GUI image and icon paths.
 ICON_PATH = __main__.install_path +sep+'gui_bieri'+sep+'oxygen_icons'+sep
 IMAGE_PATH = __main__.install_path +sep+'gui_bieri'+sep+'images'+sep
+ICON_RELAX_PATH = __main__.install_path +sep+'graphics'+sep+'relax_icons'+sep
 
 # 16x16 icons.
 ABOUT_RELAX_ICON = IMAGE_PATH + 'relax_16x16.png'
@@ -64,3 +65,4 @@
 #CANCEL_ICON = ICON_PATH + '48x48'+sep+'actions'+sep+'dialog-cancel.png'
 FORWARDS_ICON = ICON_PATH + '48x48'+sep+'actions'+sep+'go-next-view.png'
 #REMOVE_ICON = ICON_PATH + '48x48'+sep+'actions'+sep+'list-remove.png'
+MOLECULE_ICON = ICON_RELAX_PATH + '48x48'+sep+'molecule.png'




Related Messages


Powered by MHonArc, Updated Mon Dec 06 21:20:02 2010