Fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,7 +31,7 @@ of 2D objects. (This version is deprecated, please use wx.lib.ogl instead.)"
|
|||||||
|
|
||||||
%pythoncode {
|
%pythoncode {
|
||||||
import warnings
|
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();
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user