]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
Add wxGrid::Render() for drawing the grid to any wxDC.
[wxWidgets.git] / src / msw / menu.cpp
index 3b8566fd2db0e5431aca9b14a97945ed90f20543..8798b7d2ce2652ebee1bf3a82246f4e54b2f8ae1 100644 (file)
@@ -931,7 +931,7 @@ void wxMenu::SetTitle(const wxString& label)
     // put the title string in bold face
     if ( !m_title.empty() )
     {
-        SetDefaultMenuItem(GetHmenu(), (UINT_PTR)idMenuTitle);
+        SetDefaultMenuItem(GetHmenu(), (UINT)idMenuTitle);
     }
 #endif // Win32
 }