]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menuitem.cpp
fixed wxTempFile::Commit() broken by last check in
[wxWidgets.git] / src / msw / menuitem.cpp
index e55b17d3341cccdc3988854ee69a0e7e181297f4..e8f1c41df9358e453a786f7b6c756e10dd05f65c 100644 (file)
@@ -349,7 +349,10 @@ void wxMenuItem::SetText(const wxString& text)
 
 #ifdef __WXWINCE__
         // FIXME: complete this, applying the old
-        // flags
+        // flags.
+        // However, the WinCE doc for SetMenuItemInfo
+        // says that you can't use it to set the menu
+        // item state; only data, id and type.
         MENUITEMINFO info;
         wxZeroMemory(info);
         info.cbSize = sizeof(info);