[GRASS-SVN] r36510 -
grass/branches/develbranch_6/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 29 09:04:44 EDT 2009
Author: martinl
Date: 2009-03-29 09:04:44 -0400 (Sun, 29 Mar 2009)
New Revision: 36510
Modified:
grass/branches/develbranch_6/gui/wxpython/vdigit/line.cpp
Log:
wxGUI/vdigit: typo
(merge from relbr64, r36509)
Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/line.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/line.cpp 2009-03-29 12:57:11 UTC (rev 36509)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/line.cpp 2009-03-29 13:04:44 UTC (rev 36510)
@@ -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