[GRASS-SVN] r36509 - grass/branches/releasebranch_6_4/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 29 08:57:12 EDT 2009


Author: martinl
Date: 2009-03-29 08:57:11 -0400 (Sun, 29 Mar 2009)
New Revision: 36509

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/vdigit/line.cpp
Log:
wxGUI/vdigit: typo

Modified: grass/branches/releasebranch_6_4/gui/wxpython/vdigit/line.cpp
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/vdigit/line.cpp	2009-03-28 17:33:28 UTC (rev 36508)
+++ grass/branches/releasebranch_6_4/gui/wxpython/vdigit/line.cpp	2009-03-29 12:57:11 UTC (rev 36509)
@@ -56,7 +56,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