X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5a45ee2e97427619168792ccf5abb62401ee53a..d4445d24d33828580f8bf2a1215ef906f70adb51:/src/msw/combobox.cpp diff --git a/src/msw/combobox.cpp b/src/msw/combobox.cpp index be00b321fe..512a567e99 100644 --- a/src/msw/combobox.cpp +++ b/src/msw/combobox.cpp @@ -199,7 +199,7 @@ LRESULT APIENTRY _EXPORT wxComboEditWndProc(HWND hWnd, { wxCHECK_MSG( win, 0, _T("should have a parent") ); - if ( win->GetWindowStyle() & wxPROCESS_ENTER ) + if ( win->GetWindowStyle() & wxTE_PROCESS_ENTER ) { // need to return a custom dlg code or we'll never get it return DLGC_WANTMESSAGE;