X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5cf036d017b19e9447e52e271c4afac2109ffcd3..f1e7793361bb0106611e5d1373b4e1e6ed30f14f:/samples/opengl/cube/cube.cpp?ds=inline diff --git a/samples/opengl/cube/cube.cpp b/samples/opengl/cube/cube.cpp index 41ef971a99..19a3bfa236 100644 --- a/samples/opengl/cube/cube.cpp +++ b/samples/opengl/cube/cube.cpp @@ -61,7 +61,7 @@ public: private: - // Any class wishing to process wxWindows events must use this macro + // Any class wishing to process wxWidgets events must use this macro DECLARE_EVENT_TABLE() }; @@ -451,7 +451,7 @@ void MyFrame::OnExit( wxCommandEvent& WXUNUSED(event) ) /*static*/ MyFrame *MyFrame::Create(MyFrame *parentFrame, bool isCloneWindow) { - wxString str = wxT("wxWindows OpenGL Cube Sample"); + wxString str = wxT("wxWidgets OpenGL Cube Sample"); if (isCloneWindow) str += wxT(" - Clone"); MyFrame *frame = new MyFrame(NULL, str, wxDefaultPosition,