mailr13593 - /branches/gui_testing/gui/paths.py


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

Header


Content

Posted by edward on July 13, 2011 - 16:17:
Author: bugman
Date: Wed Jul 13 16:17:50 2011
New Revision: 13593

URL: http://svn.gna.org/viewcvs/relax?rev=13593&view=rev
Log:
Added the 22x22 and 32x32 versions of list-add-relax-blue to the paths module.


Modified:
    branches/gui_testing/gui/paths.py

Modified: branches/gui_testing/gui/paths.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/paths.py?rev=13593&r1=13592&r2=13593&view=diff
==============================================================================
--- branches/gui_testing/gui/paths.py (original)
+++ branches/gui_testing/gui/paths.py Wed Jul 13 16:17:50 2011
@@ -127,6 +127,7 @@
 
         # relax icons.
         path = ICON_RELAX_PATH + '22x22' + sep
+        self.add =                      path + 'actions' + sep + 
'list-add-relax-blue.png'
         self.molecule =                 path + 'molecule.png'
         self.molecule_grey =            path + 'molecule_grey.png'
         self.molecule_unfolded =        path + 'molecule_unfolded.png'
@@ -152,6 +153,7 @@
         # Oxygen icons.
         path = OXY_ICON_PATH + '32x32' + sep
         self.about =        path + 'actions' + sep + 'help-about.png'
+        self.add =                      path + 'actions' + sep + 
'list-add-relax-blue.png'
         self.apply =        path + 'actions' + sep + 'dialog-ok-apply.png'
         self.cancel =       path + 'actions' + sep + 'dialog-cancel.png'
         self.close =        path + 'actions' + sep + 'dialog-close.png'




Related Messages


Powered by MHonArc, Updated Wed Jul 13 16:40:02 2011