mailr27493 - /trunk/gui/uf_objects.py


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

Header


Content

Posted by edward on February 03, 2015 - 18:20:
Author: bugman
Date: Tue Feb  3 18:20:59 2015
New Revision: 27493

URL: http://svn.gna.org/viewcvs/relax?rev=27493&view=rev
Log:
Changed the title for the user function GUI windows.

To better help identify what the window is, the title is now the user 
function name together with
text saying that it is a user function.


Modified:
    trunk/gui/uf_objects.py

Modified: trunk/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/uf_objects.py?rev=27493&r1=27492&r2=27493&view=diff
==============================================================================
--- trunk/gui/uf_objects.py     (original)
+++ trunk/gui/uf_objects.py     Tue Feb  3 18:20:59 2015
@@ -308,7 +308,7 @@
             parent = app.gui
 
         # Create the wizard dialog.
-        self.wizard = Wiz_window(parent=parent, size_x=self._size[0], 
size_y=self._size[1], title=self._title)
+        self.wizard = Wiz_window(parent=parent, size_x=self._size[0], 
size_y=self._size[1], title="The %s user function"%self._name)
 
         # Create the page.
         self.page = self.create_page(self.wizard, sync=self._sync)




Related Messages


Powered by MHonArc, Updated Tue Feb 03 18:40:02 2015