mailr10257 - in /branches/bieri_gui/gui_bieri: oxygen_icons/16x16/actions/arrow-right.png 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 19, 2010 - 19:48:
Author: bugman
Date: Tue Jan 19 19:48:10 2010
New Revision: 10257

URL: http://svn.gna.org/viewcvs/relax?rev=10257&view=rev
Log:
Changed the icons for the Molecule menu entries.

This is just to improve the looks.


Added:
    branches/bieri_gui/gui_bieri/oxygen_icons/16x16/actions/arrow-right.png   
(with props)
Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Added: branches/bieri_gui/gui_bieri/oxygen_icons/16x16/actions/arrow-right.png
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/oxygen_icons/16x16/actions/arrow-right.png?rev=10257&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
branches/bieri_gui/gui_bieri/oxygen_icons/16x16/actions/arrow-right.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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=10257&r1=10256&r2=10257&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Tue Jan 19 19:48:10 2010
@@ -135,6 +135,7 @@
 ABOUT_RELAXGUI_ICON = 
sys.path[0]+sep+'gui_bieri'+sep+'relax_bitmaps'+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'
 MANUAL_ICON = ICON_PATH + '16x16'+sep+'actions'+sep+'help-contents.png'
 NEW_ICON = ICON_PATH + '16x16'+sep+'actions'+sep+'document-new.png'
 OPEN_ICON = ICON_PATH + '16x16'+sep+'actions'+sep+'document-open.png'
@@ -209,8 +210,8 @@
 
         # The 'Molecule' menu.
         wxglade_tmp_menu = wx.Menu()
-        wxglade_tmp_menu.AppendItem(self.build_menu_sub_item(id=11, 
text="Load &PDB File", icon=OPEN_ICON))
-        wxglade_tmp_menu.AppendItem(self.build_menu_sub_item(id=12, 
text="Load se&quence file", icon=OPEN_ICON))
+        wxglade_tmp_menu.AppendItem(self.build_menu_sub_item(id=11, 
text="Load &PDB File", icon=LOAD_ICON))
+        wxglade_tmp_menu.AppendItem(self.build_menu_sub_item(id=12, 
text="Load se&quence file", icon=LOAD_ICON))
         self.frame_1_menubar.Append(wxglade_tmp_menu, "&Molecule")
 
         # The 'Settings' menu.




Related Messages


Powered by MHonArc, Updated Tue Jan 19 20:00:02 2010