]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/svg/svgtest.cpp
-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements.
[wxWidgets.git] / contrib / samples / svg / svgtest.cpp
index 56882fb67793216256ff63b625364cb8bd195190..45de9ffca653a9c311a42a8104222a9d3174f249 100644 (file)
@@ -252,7 +252,7 @@ void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 
 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event) )
 {
-    (void)wxMessageBox(wxT("wxWindows 2.0 SVG 1.0 Test\n")
+    (void)wxMessageBox(wxT("wxWidgets 2.0 SVG 1.0 Test\n")
         wxT("Author: Chris Elliott (c) 2002\n")
         wxT("Usage: svg.exe \nClick File | New to show tests\n\n"), wxT("About SVG Test"));
 }