]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo
authorRobin Dunn <robin@alldunn.com>
Tue, 1 Jun 2004 21:29:41 +0000 (21:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 1 Jun 2004 21:29:41 +0000 (21:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/ogl/ogl.i

index 419d5a4361fed4b0aa32051dbbf4c8518496dc45..e8bca42799add3715d66b5b854a596bf74de7a93 100644 (file)
@@ -31,7 +31,7 @@ of 2D objects.  (This version is deprecated, please use wx.lib.ogl instead.)"
 
 %pythoncode {
     import warnings
 
 %pythoncode {
     import warnings
-    warnings.warn("This module is deprecated.  Please use the wx.lib.ogl pacakge instead.",    
+    warnings.warn("This module is deprecated.  Please use the wx.lib.ogl package instead.",    
                   DeprecationWarning, stacklevel=2)
 }
 
                   DeprecationWarning, stacklevel=2)
 }
 
@@ -156,7 +156,10 @@ enum {
 
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------
 
+MustHaveApp(wxOGLInitialize);
 void wxOGLInitialize();
 void wxOGLInitialize();
+
+MustHaveApp(wxOGLCleanUp);
 void wxOGLCleanUp();
 
 
 void wxOGLCleanUp();