mailr13267 - /branches/gui_testing/gui/analyses/auto_r2.py


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

Header


Content

Posted by edward on June 28, 2011 - 22:14:
Author: bugman
Date: Tue Jun 28 22:14:25 2011
New Revision: 13267

URL: http://svn.gna.org/viewcvs/relax?rev=13267&view=rev
Log:
Added the R2 button graphic to the auto R2 analysis page for better user 
association.


Modified:
    branches/gui_testing/gui/analyses/auto_r2.py

Modified: branches/gui_testing/gui/analyses/auto_r2.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_r2.py?rev=13267&r1=13266&r2=13267&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_r2.py (original)
+++ branches/gui_testing/gui/analyses/auto_r2.py Tue Jun 28 22:14:25 2011
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2010 Edward d'Auvergne                                       
 #
+# Copyright (C) 2010-2011 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -25,7 +25,7 @@
 
 # relax GUI module imports.
 from auto_rx_base import Auto_rx
-from gui.paths import IMAGE_PATH
+from gui.paths import ANALYSIS_IMAGE_PATH, IMAGE_PATH
 
 
 class Auto_r2(Auto_rx):
@@ -33,5 +33,6 @@
 
     # Hardcoded variables.
     analysis_type = 'r2'
-    bitmap = IMAGE_PATH+'r2.png'
+    bitmap = [ANALYSIS_IMAGE_PATH+"r2_200x200.png",
+              IMAGE_PATH+'r2.png']
     label = 'R2'




Related Messages


Powered by MHonArc, Updated Tue Jun 28 22:20:02 2011