mailr24536 - /trunk/user_functions/sys_info.py


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

Header


Content

Posted by edward on July 15, 2014 - 12:38:
Author: bugman
Date: Tue Jul 15 12:38:40 2014
New Revision: 24536

URL: http://svn.gna.org/viewcvs/relax?rev=24536&view=rev
Log:
The time user function now uses the chronometer Oxygen icon in the GUI.


Modified:
    trunk/user_functions/sys_info.py

Modified: trunk/user_functions/sys_info.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/sys_info.py?rev=24536&r1=24535&r2=24536&view=diff
==============================================================================
--- trunk/user_functions/sys_info.py    (original)
+++ trunk/user_functions/sys_info.py    Tue Jul 15 12:38:40 2014
@@ -54,6 +54,6 @@
 uf.desc[-1].add_paragraph("This user function will display the current time 
which can be useful for timing long calculations by having time information 
in any saved log files.")
 uf.backend = print_time
 uf.menu_text = "&time"
-uf.gui_icon = "oxygen.actions.help-about"
+uf.gui_icon = "oxygen.actions.chronometer"
 uf.wizard_size = (700, 400)
 uf.wizard_apply_button = False




Related Messages


Powered by MHonArc, Updated Tue Jul 15 13:00:02 2014