[GRASS-SVN] r55918 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 19 06:31:32 PDT 2013
Author: annakrat
Date: 2013-04-19 06:31:31 -0700 (Fri, 19 Apr 2013)
New Revision: 55918
Modified:
grass/trunk/SUBMITTING_WXGUI
Log:
wxGUI: note to submitting
Modified: grass/trunk/SUBMITTING_WXGUI
===================================================================
--- grass/trunk/SUBMITTING_WXGUI 2013-04-19 13:26:30 UTC (rev 55917)
+++ grass/trunk/SUBMITTING_WXGUI 2013-04-19 13:31:31 UTC (rev 55918)
@@ -101,10 +101,10 @@
Do not use print command unless you know what are you doing.
- Use named parameters in functions, e.g.
+ Use named parameters in functions (without space around '='), e.g.
dlg = wx.FileDialog(parent=self, message=_("Choose file to save current workspace"),
- wildcard=_("GRASS Workspace File (*.gxw)|*.gxw"), style = wx.FD_SAVE)
+ wildcard=_("GRASS Workspace File (*.gxw)|*.gxw"), style=wx.FD_SAVE)
instead of
More information about the grass-commit
mailing list