[GRASS-SVN] r36999 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 5 11:12:54 EDT 2009


Author: martinl
Date: 2009-05-05 11:12:54 -0400 (Tue, 05 May 2009)
New Revision: 36999

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: cosmetics in title (also rasters can be imported)
       (merge from trunk, r36997)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py	2009-05-05 15:03:26 UTC (rev 36998)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gdialogs.py	2009-05-05 15:12:54 UTC (rev 36999)
@@ -1070,7 +1070,7 @@
         
         self.InsertColumn(0, _('Layer'))
         self.InsertColumn(1, _('Layer name'))
-        self.InsertColumn(2, _('Output vector map name'))
+        self.InsertColumn(2, _('Name for GRASS map'))
         
         self.Bind(wx.EVT_COMMAND_RIGHT_CLICK, self.OnPopupMenu) #wxMSW
         self.Bind(wx.EVT_RIGHT_UP,            self.OnPopupMenu) #wxGTK



More information about the grass-commit mailing list