]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/menuitem.cpp
w32api 2.0 will have shlwapi.h
[wxWidgets.git] / src / os2 / menuitem.cpp
index 6c912fc3e6e39f049634b635cda23dab3d21da3d..ca9fc82f000815b8d7eb4fd3718b2caf30f6df38 100644 (file)
@@ -135,6 +135,8 @@ wxMenuItem::wxMenuItem(
 #endif // owner drawn
 {
     wxASSERT_MSG(pParentMenu != NULL, wxT("a menu item should have a parent"));
+    memset(&m_vMenuData, '\0', sizeof(m_vMenuData));
+    m_vMenuData.id = (USHORT)nId;
 
     Init();
 } // end of wxMenuItem::wxMenuItem