diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index d90474d164..fc2ed79f6e 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -3955,7 +3955,7 @@ wxAccStatus wxWindowAccessible::GetParent(wxAccessible** parent) if (*parent) return wxACC_OK; else - return wxACC_FAIL; + return wxACC_NOT_IMPLEMENTED; } }