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)
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits