mailr27549 - /trunk/user_functions/statistics.py


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

Header


Content

Posted by edward on February 05, 2015 - 15:43:
Author: bugman
Date: Thu Feb  5 15:43:11 2015
New Revision: 27549

URL: http://svn.gna.org/viewcvs/relax?rev=27549&view=rev
Log:
The statistics.model user function now uses the new statistics wizard graphic.


Modified:
    trunk/user_functions/statistics.py

Modified: trunk/user_functions/statistics.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/statistics.py?rev=27549&r1=27548&r2=27549&view=diff
==============================================================================
--- trunk/user_functions/statistics.py  (original)
+++ trunk/user_functions/statistics.py  Thu Feb  5 15:43:11 2015
@@ -23,6 +23,7 @@
 """The statistics user function definitions."""
 
 # relax module imports.
+from graphics import WIZARD_IMAGE_PATH
 from user_functions.data import Uf_info; uf_info = Uf_info()
 from user_functions.objects import Desc_container
 
@@ -46,3 +47,4 @@
 uf.gui_icon = "oxygen.categories.applications-education"
 uf.wizard_apply_button = False
 uf.wizard_size = (700, 400)
+uf.wizard_image = WIZARD_IMAGE_PATH + 'statistics.png'




Related Messages


Powered by MHonArc, Updated Thu Feb 05 16:00:02 2015