mailr13952 - /branches/gui_testing/gui/relax_gui.py


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

Header


Content

Posted by edward on July 28, 2011 - 15:15:
Author: bugman
Date: Thu Jul 28 15:15:45 2011
New Revision: 13952

URL: http://svn.gna.org/viewcvs/relax?rev=13952&view=rev
Log:
The exit relax dialog now has a title.


Modified:
    branches/gui_testing/gui/relax_gui.py

Modified: branches/gui_testing/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/relax_gui.py?rev=13952&r1=13951&r2=13952&view=diff
==============================================================================
--- branches/gui_testing/gui/relax_gui.py (original)
+++ branches/gui_testing/gui/relax_gui.py Thu Jul 28 15:15:45 2011
@@ -248,7 +248,7 @@
         """
 
         # Ask if the user is sure they would like to exit.
-        doexit = question('Are you sure you would like to quit relax?  All 
unsaved data will be lost.', default=True)
+        doexit = question('Are you sure you would like to quit relax?  All 
unsaved data will be lost.', caption='Exit relax', default=True)
 
         # Exit.
         if doexit:




Related Messages


Powered by MHonArc, Updated Thu Jul 28 15:40:02 2011