Explorar o código

wxGUI/menuform: add extra linesep for interactive input

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48992 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=13) %!d(string=hai) anos
pai
achega
8a3381ae4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/gui_modules/menuform.py

+ 1 - 1
gui/wxpython/gui_modules/menuform.py

@@ -1636,7 +1636,7 @@ class cmdPanel(wx.Panel):
                 
             f = open(filename, "w")
             try:
-                f.write(text)
+                f.write(text + os.linesep)
             finally:
                 f.close()
         else: