]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
added obsolescence note
[wxWidgets.git] / src / msw / menu.cpp
index 531da9c57eee3890ff8e397b9214c3cc1642d774..cf6c36043a6f2323989c58a140e8165a20830922 100644 (file)
@@ -49,6 +49,7 @@
 #include <windowsx.h>
 #include <tchar.h>
 #include <ole2.h>
+#include <shellapi.h>
 #include <commctrl.h>
 #include <aygshell.h>
 
@@ -888,7 +889,7 @@ wxString wxMenuBar::GetLabelTop(size_t pos) const
     wxCHECK_MSG( pos < GetMenuCount(), wxEmptyString,
                  wxT("invalid menu index in wxMenuBar::GetLabelTop") );
 
-    return m_titles[pos];
+    return wxMenuItem::GetLabelFromText(m_titles[pos]);
 }
 
 // ---------------------------------------------------------------------------