From 2ef5a0b05eb0a79ea3d0c94c67f47ceb3ad49898 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 1 Jun 2004 21:29:41 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/contrib/ogl/ogl.i | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wxPython/contrib/ogl/ogl.i b/wxPython/contrib/ogl/ogl.i index 419d5a4361..e8bca42799 100644 --- a/wxPython/contrib/ogl/ogl.i +++ b/wxPython/contrib/ogl/ogl.i @@ -31,7 +31,7 @@ of 2D objects. (This version is deprecated, please use wx.lib.ogl instead.)" %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) } @@ -156,7 +156,10 @@ enum { //--------------------------------------------------------------------------- +MustHaveApp(wxOGLInitialize); void wxOGLInitialize(); + +MustHaveApp(wxOGLCleanUp); void wxOGLCleanUp(); -- 2.45.2