[GRASS-SVN] r33151 - grass/branches/develbranch_6/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 29 05:01:28 EDT 2008


Author: martinl
Date: 2008-08-29 05:01:27 -0400 (Fri, 29 Aug 2008)
New Revision: 33151

Modified:
   grass/branches/develbranch_6/gui/wxpython/vdigit/select.cpp
Log:
wxGUI/vdigit: typo in fn identificator

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/select.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/select.cpp	2008-08-29 08:05:52 UTC (rev 33150)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/select.cpp	2008-08-29 09:01:27 UTC (rev 33151)
@@ -49,7 +49,7 @@
     struct line_pnts *bbox;
 
     if (!display->mapInfo) {
-	DisplayDriver();
+	DisplayMsg();
 	return ids;
     }
 



More information about the grass-commit mailing list