]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
moved smart phone test to chkconf.h from features.h
[wxWidgets.git] / include / wx / msw / frame.h
index 2416b22a68918ca3ad7041429ffece070c40b663..cc8bd90b35dc33fdaa9743b1c98239fc0097ca3d 100644 (file)
@@ -128,8 +128,8 @@ protected:
     // window proc for the frames
     long MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
-    // handle WM_INITMENU message
-    bool HandleInitMenu();
+    // handle WM_INITMENUPOPUP message
+    bool HandleInitMenuPopup(WXHMENU hMenu);
 
     virtual bool IsMDIChild() const { return FALSE; }