Skip to content

Commit

Permalink
[Fix] Previous commit was missing a file.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22346 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Nov 29, 2024
1 parent b98d257 commit 99b08e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptrack/Mptrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ BOOL CTrackApp::InitInstanceImpl(CMPTCommandLineInfo &cmdInfo)
// Initialize CMainFrame
pMainFrame->Initialize();
InitCommonControls();
pMainFrame->m_InputHandler->UpdateMainMenu();
pMainFrame->GetInputHandler()->UpdateMainMenu();

// Dispatch commands specified on the command line
if(cmdInfo.m_nShellCommand == CCommandLineInfo::FileNew)
Expand Down

0 comments on commit 99b08e7

Please sign in to comment.