[GRASS-SVN] r44256 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 8 16:01:39 EST 2010


Author: martinl
Date: 2010-11-08 13:01:39 -0800 (Mon, 08 Nov 2010)
New Revision: 44256

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: expect python scripts


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-11-08 21:00:31 UTC (rev 44255)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2010-11-08 21:01:39 UTC (rev 44256)
@@ -434,7 +434,7 @@
         # open dialog and choose script file
         dlg = wx.FileDialog(parent = self, message = _("Choose script file to run"),
                             defaultDir = os.getcwd(),
-                            wildcard = _("Bash script (*.sh)|*.sh|Python script (*.py)|*.py"))
+                            wildcard = _("Python script (*.py)|*.py|Bash script (*.sh)|*.sh"))
         
         filename = None
         if dlg.ShowModal() == wx.ID_OK:



More information about the grass-commit mailing list