X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/253293c10326afa0226932eab4753d188e1e22e2..6433f6d3165a3f8633f42c59694a9104a7b37a93:/src/os2/settings.cpp diff --git a/src/os2/settings.cpp b/src/os2/settings.cpp index c608065962..6745891e57 100644 --- a/src/os2/settings.cpp +++ b/src/os2/settings.cpp @@ -361,10 +361,11 @@ bool wxSystemSettings::GetCapability(int index) { switch (index) { - case wxSYS_CAN_ICONIZE_FRAME: + case wxSYS_CAN_ICONIZE_FRAME: case wxSYS_CAN_DRAW_FRAME_DECORATIONS: return TRUE; break; default: return FALSE; } + return FALSE; }