git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-15 17:40:13 +00:00
parent 1001d95c5f
commit b0fe03a6df
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ void MyFrame::OnPyFrame(wxCommandEvent& event)
// C++ code in any way, you can execute it with PyRun_SimpleString.
// First, whenever you do anyting with Python objects or code, you
// First, whenever you do anything with Python objects or code, you
// *MUST* aquire the Global Interpreter Lock and block other
// Python threads from running.
wxPyBeginBlockThreads();