[GRASS-SVN] r36998 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 5 11:03:26 EDT 2009
Author: martinl
Date: 2009-05-05 11:03:26 -0400 (Tue, 05 May 2009)
New Revision: 36998
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: cosmetics in title (also rasters can be imported)
(merge from trunk, r36997)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py 2009-05-05 14:46:36 UTC (rev 36997)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py 2009-05-05 15:03:26 UTC (rev 36998)
@@ -1092,7 +1092,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