Skip to content

Commit

Permalink
[Fix] File/Append shortcut didn't work.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22191 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Nov 15, 2024
1 parent 90cc3a1 commit 9a724fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mptrack/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2613,6 +2613,7 @@ LRESULT CMainFrame::OnCustomKeyMsg(WPARAM wParam, LPARAM lParam)

//D'oh!! moddoc isn't a CWnd so we have to handle its messages and pass them on.

case kcFileAppend:
case kcFileSaveAs:
case kcFileSaveCopy:
case kcFileSaveAsWave:
Expand Down

0 comments on commit 9a724fd

Please sign in to comment.