]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
Changed wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList
[wxWidgets.git] / wxPython / src / helpers.cpp
index cc9f3054189049d337463577276ff9a5c384d6c9..28d810873f2a315abf7c8521d5bab4fc426fa415 100644 (file)
@@ -158,7 +158,7 @@ PyObject* __wxStart(PyObject* /* self */, PyObject* args)
     if (!PyArg_ParseTuple(args, "O", &onInitFunc))
         return NULL;
 
-#if 0  // Try it out without this check, soo how it does...
+#if 0  // Try it out without this check, see how it does...
     if (wxTopLevelWindows.Number() > 0) {
         PyErr_SetString(PyExc_TypeError, "Only 1 wxApp per process!");
         return NULL;