[GRASS-SVN] r42267 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 17 08:03:59 EDT 2010
Author: mmetz
Date: 2010-05-17 08:03:58 -0400 (Mon, 17 May 2010)
New Revision: 42267
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
Log:
fix save to graphics file
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py 2010-05-17 07:48:23 UTC (rev 42266)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py 2010-05-17 12:03:58 UTC (rev 42267)
@@ -1195,7 +1195,7 @@
if ext != extType:
path = base + '.' + extType
- self.MapWindow.SaveToFile(path, type)
+ self.MapWindow.SaveToFile(path, fileType)
dlg.Destroy()
More information about the grass-commit
mailing list