git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42268 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1195,7 +1195,7 @@ class MapFrame(wx.Frame):
if ext != extType:
path = base + '.' + extType
- self.MapWindow.SaveToFile(path, type)
+ self.MapWindow.SaveToFile(path, fileType)
dlg.Destroy()