]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal.cpp
compilation fixed after recent wxHTML changes
[wxWidgets.git] / samples / minimal / minimal.cpp
index 29ea39bf0d2d5bce88a9e24bbe861a415fc0e2a9..8298169a69f2a31a0770925d7396598748d6cd49 100644 (file)
@@ -103,7 +103,7 @@ END_EVENT_TABLE()
 
 // Create a new application object: this macro will allow wxWindows to create
 // the application object during program execution (it's better than using a
-// static object for many reasons) and also declares the accessor function
+// static object for many reasons) and also implements the accessor function
 // wxGetApp() which will return the reference of the right type (i.e. MyApp and
 // not wxApp)
 IMPLEMENT_APP(MyApp)