X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e40865607cd25e82e438fe2b5c9d54c397e1e84c..94311eef78b66304c9a2f78bcbdd396c798f19a6:/src/mac/mdi.cpp?ds=inline diff --git a/src/mac/mdi.cpp b/src/mac/mdi.cpp index 94b0244562..1ce76a692c 100644 --- a/src/mac/mdi.cpp +++ b/src/mac/mdi.cpp @@ -44,6 +44,7 @@ static const int IDM_WINDOWCASCADE = 4002; static const int IDM_WINDOWICONS = 4003; static const int IDM_WINDOWNEXT = 4004; static const int IDM_WINDOWTILEVERT = 4005; +static const int IDM_WINDOWPREV = 4006; // This range gives a maximum of 500 MDI children. Should be enough :-) static const int wxFIRST_MDI_CHILD = 4100;