Author: bugman
Date: Tue Feb 3 16:52:20 2015
New Revision: 27485
URL: http://svn.gna.org/viewcvs/relax?rev=27485&view=rev
Log:
The Wizard window title is now being stored as a class instance variable.
Modified:
trunk/gui/wizards/wiz_objects.py
Modified: trunk/gui/wizards/wiz_objects.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/gui/wizards/wiz_objects.py?rev=27485&r1=27484&r2=27485&view=diff
==============================================================================
--- trunk/gui/wizards/wiz_objects.py (original)
+++ trunk/gui/wizards/wiz_objects.py Tue Feb 3 16:52:20 2015
@@ -1,6 +1,6 @@
###############################################################################
# #
-# Copyright (C) 2010-2014 Edward d'Auvergne #
+# Copyright (C) 2010-2015 Edward d'Auvergne #
# #
# This file is part of the program relax (http://www.nmr-relax.com). #
# #
@@ -387,6 +387,7 @@
self._size_x = size_x
self._size_y = size_y
self._border = border
+ self.title = title
# Execute the base class method.
wx.Dialog.__init__(self, parent, id=-1, title=title, style=style)
_______________________________________________
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