[GRASS-SVN] r36511 - grass/trunk/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 29 09:12:13 EDT 2009
Author: martinl
Date: 2009-03-29 09:12:13 -0400 (Sun, 29 Mar 2009)
New Revision: 36511
Modified:
grass/trunk/gui/wxpython/vdigit/line.cpp
Log:
wxGUI/vdigit: typo
(merge from relbr64, r36509)
Modified: grass/trunk/gui/wxpython/vdigit/line.cpp
===================================================================
--- grass/trunk/gui/wxpython/vdigit/line.cpp 2009-03-29 13:04:44 UTC (rev 36510)
+++ grass/trunk/gui/wxpython/vdigit/line.cpp 2009-03-29 13:12:13 UTC (rev 36511)
@@ -61,7 +61,7 @@
npoints = coords.size() / (Vect_is_3d(display->mapInfo) ? 3 : 2);
if (coords.size() != npoints * (Vect_is_3d(display->mapInfo) ? 3 : 2)) {
wxString msg;
- msg.Printf(_("Incorrent number of points (%d)"), coords.size());
+ msg.Printf(_("Incorrect number of points (%d)"), coords.size());
wxMessageDialog dlg(display->parentWin, msg,
display->msgCaption, wxOK | wxICON_ERROR | wxCENTRE);
dlg.ShowModal();
More information about the grass-commit
mailing list