]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/penguin.cpp
Removal of deprecated methods.
[wxWidgets.git] / samples / opengl / penguin / penguin.cpp
index 21e8b28c2531886841981a3d169fb80357b011cf..9fbdd657619e1cae03808a1ea272db6d792a1028 100644 (file)
@@ -43,7 +43,7 @@ bool MyApp::OnInit()
 {
 
     // Create the main frame window
-    MyFrame *frame = new MyFrame(NULL, wxT("wxWindows OpenGL Penguin Sample"),
+    MyFrame *frame = new MyFrame(NULL, wxT("wxWidgets OpenGL Penguin Sample"),
         wxDefaultPosition, wxDefaultSize);
 
     /* Make a menubar */