mailr10288 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 22, 2010 - 17:26:
Author: bugman
Date: Fri Jan 22 17:26:05 2010
New Revision: 10288

URL: http://svn.gna.org/viewcvs/relax?rev=10288&view=rev
Log:
Fixed the path to the relax_16x16.png image.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10288&r1=10287&r2=10288&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Fri Jan 22 17:26:05 2010
@@ -127,8 +127,8 @@
 
 # GUI icons.
 ICON_PATH = sys.path[0]+sep+'gui_bieri'+sep+'oxygen_icons'+sep
-ABOUT_RELAX_ICON = 
sys.path[0]+sep+'gui_bieri'+sep+'relax_bitmaps'+sep+'relax_16x16.png'
-ABOUT_RELAXGUI_ICON = 
sys.path[0]+sep+'gui_bieri'+sep+'relax_bitmaps'+sep+'relax_16x16.png'
+ABOUT_RELAX_ICON = 
sys.path[0]+sep+'gui_bieri'+sep+'images'+sep+'relax_16x16.png'
+ABOUT_RELAXGUI_ICON = 
sys.path[0]+sep+'gui_bieri'+sep+'images'+sep+'relax_16x16.png'
 CONTACT_ICON = ICON_PATH + 
'16x16'+sep+'actions'+sep+'mail-mark-unread-new.png'
 EXIT_ICON = ICON_PATH + '16x16'+sep+'actions'+sep+'system-shutdown.png'
 LOAD_ICON = ICON_PATH + '16x16'+sep+'actions'+sep+'arrow-right.png'




Related Messages


Powered by MHonArc, Updated Fri Jan 22 17:40:02 2010