]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
m_queuedFullRedraw is not used anymore
[wxWidgets.git] / samples / internat / internat.cpp
index ba105e911ca14287ce537f8ba01811c777448365..0a931caccdc30cd8cb39d778791a7681444b273c 100644 (file)
@@ -87,7 +87,7 @@ enum
 };
 
 // ----------------------------------------------------------------------------
-// wxWindows macros
+// wxWidgets macros
 // ----------------------------------------------------------------------------
 
 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
@@ -229,7 +229,7 @@ bool MyApp::OnInit()
 MyFrame::MyFrame(wxLocale& locale)
        : wxFrame(NULL,
                  -1,
-                 _("International wxWindows App"),
+                 _("International wxWidgets App"),
                  wxPoint(50, 50),
                  wxSize(350, 60)),
          m_locale(locale)