[Avida-cvs] [avida-svn] r842 - branches/developers/avida-edward/source/python/AvidaGui2

baerb@myxo.css.msu.edu baerb at myxo.css.msu.edu
Mon Jul 17 13:58:57 PDT 2006


Author: baerb
Date: 2006-07-17 16:58:57 -0400 (Mon, 17 Jul 2006)
New Revision: 842

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyQuitDialogCtrl.py
   branches/developers/avida-edward/source/python/AvidaGui2/pyQuitDialogView.ui
Log:

Got changed the word autoclave to discard in the quit dialog



Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyQuitDialogCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyQuitDialogCtrl.py	2006-07-17 20:40:00 UTC (rev 841)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyQuitDialogCtrl.py	2006-07-17 20:58:57 UTC (rev 842)
@@ -18,7 +18,7 @@
     if (textChange):
       self.setCaption(textChange)
       self.SaveToFreezerPushButton.setText("Freeze and " + textChange)
-      self.QuitPushButton.setText("Autoclave and " + textChange)
+      self.QuitPushButton.setText("Discard and " + textChange)
     
   def DownQuitSlot(self):
     self.QuitPushButton.setDown(True)

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyQuitDialogView.ui
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyQuitDialogView.ui	2006-07-17 20:40:00 UTC (rev 841)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyQuitDialogView.ui	2006-07-17 20:58:57 UTC (rev 842)
@@ -60,7 +60,7 @@
                         <enum>StrongFocus</enum>
                     </property>
                     <property name="text">
-                        <string>Autoclave and Quit</string>
+                        <string>Discard and Quit</string>
                     </property>
                     <property name="toolTip" stdset="0">
                         <string>&lt;P&gt;Quit the program discarding any unsaved data&lt;/P&gt;</string>




More information about the Avida-cvs mailing list