Renamed UpdateWindowMenuBar to UpdateMenuBar and removed unused parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-11-13 14:23:07 +00:00
parent d14a1e2856
commit 243f5c2d91
3 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ public:
void WindowDidResignMain(NSNotification *notification);
void WindowWillClose(NSNotification *notification);
#endif // 0
void UpdateWindowMenuBar(wxTopLevelWindowNative *win);
void UpdateMenuBar();
protected:
void SetMenuBar(wxMenuBar* menubar);
void InstallMenuBarForWindow(wxCocoaNSWindow *win);