X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/864a91c827740da5e8a3e1f36feaf396d34dedc0..32bf5e4a38676c7b5997c9cc27cdf44adeb7b6b5:/wxPython/src/_dnd.i diff --git a/wxPython/src/_dnd.i b/wxPython/src/_dnd.i index 9c2ade6aa3..dfa264c4ae 100644 --- a/wxPython/src/_dnd.i +++ b/wxPython/src/_dnd.i @@ -216,7 +216,7 @@ public: bool wxPyFileDropTarget::OnDropFiles(wxCoord x, wxCoord y, const wxArrayString& filenames) { - bool rval = False; + bool rval = false; bool blocked = wxPyBeginBlockThreads(); if (wxPyCBH_findCallback(m_myInst, "OnDropFiles")) { PyObject* list = wxArrayString2PyList_helper(filenames);