diff --git a/samples/menu/menu.cpp b/samples/menu/menu.cpp index 140d1d806d..c956f21df5 100644 --- a/samples/menu/menu.cpp +++ b/samples/menu/menu.cpp @@ -496,6 +496,9 @@ MyFrame::MyFrame() _T("menubar itself.\n\n") _T("Right click the band below to test popup menus.\n")); #endif +#ifdef __POCKETPC__ + EnableContextMenu(); +#endif } MyFrame::~MyFrame()