ENH:show the entrance of the model mall on Mac OS

Change-Id: I6d40149a32d862247db3d4c446a0f3fa8e8bbac6
This commit is contained in:
tao wang 2023-04-19 09:59:10 +08:00 committed by Lane.Wei
parent 62b4be7341
commit 8eb84e8d4f
1 changed files with 2 additions and 2 deletions

View File

@ -2548,8 +2548,8 @@ void MainFrame::init_menubar_as_editor()
m_menubar->Append(editMenu, wxString::Format("&%s", _L("Edit")));
if (viewMenu)
m_menubar->Append(viewMenu, wxString::Format("&%s", _L("View")));
/*if (publishMenu)
m_menubar->Append(publishMenu, wxString::Format("&%s", _L("3D Models")));*/
if (publishMenu)
m_menubar->Append(publishMenu, wxString::Format("&%s", _L("3D Models")));
if (helpMenu)
m_menubar->Append(helpMenu, wxString::Format("&%s", _L("Help")));
SetMenuBar(m_menubar);