From 031a9065dea7bef1659cd4f3874707e9813b3d4d Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 9 Feb 2010 15:00:17 +0000 Subject: [PATCH] Typo fix git-svn-id: svn://ultimatepp.org/upp/trunk@2038 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- examples/GoogleMaps/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/GoogleMaps/Main.cpp b/examples/GoogleMaps/Main.cpp index c11df22a3..6ff59db23 100644 --- a/examples/GoogleMaps/Main.cpp +++ b/examples/GoogleMaps/Main.cpp @@ -7,5 +7,5 @@ GUI_APP_MAIN { Pointf p(0, 51.477222); if(MapDlg(p)) - Exclamation("Marker positions " + FormatGPS(p)); + Exclamation("Marker position " + FormatGPS(p)); }