[GRASS-SVN] r65128 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 24 08:17:44 PDT 2015


Author: annakrat
Date: 2015-04-24 08:17:43 -0700 (Fri, 24 Apr 2015)
New Revision: 65128

Modified:
   grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: remove old comment related to r65110

Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py	2015-04-24 10:41:45 UTC (rev 65127)
+++ grass/trunk/gui/wxpython/lmgr/frame.py	2015-04-24 15:17:43 UTC (rev 65128)
@@ -1038,7 +1038,6 @@
                 self._giface.WriteError(str(error))
             write_end()
         else:
-            # style wx.DD_CHANGE_DIR changes the directory
             dlg = wx.DirDialog(parent=self,
                                message=_("Choose a working directory"),
                                defaultPath=os.getcwd())



More information about the grass-commit mailing list