]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sound.i
reSWIGged
[wxWidgets.git] / wxPython / src / _sound.i
index f82c444df1c85938dbb06aa11eadf8e5f103a24e..9ddc7901c7a9b895f99478740fa5b743d36d6a89 100644 (file)
@@ -110,7 +110,7 @@ public:
         %#ifndef __WXMAC__
             unsigned char* buffer;
             int size;
-            bool rv = False;
+            bool rv = false;
 
             bool blocked = wxPyBeginBlockThreads();
             if (!PyArg_Parse(data, "t#", &buffer, &size))
@@ -124,7 +124,7 @@ public:
                  PyErr_SetString(PyExc_NotImplementedError,
                                  "Create from data is not available on this platform.");
                  wxPyEndBlockThreads(blocked);
-                 return False;
+                 return false;
         %#endif
         }
     }