]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/mdi.cpp
compilation fix
[wxWidgets.git] / src / os2 / mdi.cpp
index 1fccebacb2b32ee3b88f82158db372053a6ed091..70dedddf641d33459a6b3eb62d5f60e9e64abd80 100644 (file)
@@ -53,6 +53,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;