[Avida-SVN] r1502 - branches/developers/avida-edward/source/python/AvidaGui2

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Wed Apr 25 05:54:43 PDT 2007


Author: baerb
Date: 2007-04-25 08:54:42 -0400 (Wed, 25 Apr 2007)
New Revision: 1502

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyAvidaStatsInterface.py
Log:

Minor change in dialog box, mostly an SVN test.



Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyAvidaStatsInterface.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyAvidaStatsInterface.py	2007-04-25 05:49:25 UTC (rev 1501)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyAvidaStatsInterface.py	2007-04-25 12:54:42 UTC (rev 1502)
@@ -70,7 +70,7 @@
     """Export stats to a file.  Can export multiple populations now.
     paths is a array of tuples containing short name and full path. """
     dialog_caption = "Export Analysis"
-    fd = QFileDialog.getSaveFileName("", "CSV (Excel compatible) (*.txt);;CSV (Excel compatible) (*.csv)", None,
+    fd = QFileDialog.getSaveFileName("", "Text -- Excel compatible (*.txt);;CSV  -- Excel compatible (*.csv)", None,
                                      "export as", dialog_caption)
     filename = str(fd)
     if (filename[-4:].lower() != ".txt"):




More information about the Avida-cvs mailing list