Typo
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:
@@ -33,7 +33,7 @@ get things from various CVS repositories as needed.
|
||||
3. Run configure from that build directory.
|
||||
|
||||
cd build
|
||||
../configure --with-mac
|
||||
../configure --with-mac \
|
||||
--with-opengl \
|
||||
--enable-geometry \
|
||||
--enable-optimise \
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user