X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3628e0888696a4a1d306e621d477a89c43898f05..601c78c6b6eebdf5b280b8439924a5a4b3c598b1:/wxPython/samples/embedded/embedded.cpp diff --git a/wxPython/samples/embedded/embedded.cpp b/wxPython/samples/embedded/embedded.cpp index 50b8b1a34a..0a3dc40d07 100644 --- a/wxPython/samples/embedded/embedded.cpp +++ b/wxPython/samples/embedded/embedded.cpp @@ -84,7 +84,7 @@ void MyApp::Init_wxPython() wxPyCoreAPI_IMPORT(); // Ensure that the new classes defined in the wxPython wrappers are - // recognised by the wx RTTI system. (If you don't use wxWindow in + // recognised by the wx RTTI system. (If you don't use wxWindows in // your C++ app you won't need to do this.) wxClassInfo::CleanUpClasses(); wxClassInfo::InitializeClasses();