Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 4, 2024
1 parent 284bf69 commit c5311ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XgGenerative.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ XgGenerativeDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
::CheckDlgButton(hwnd, chx3, BST_CHECKED);
if (!XgGenerative_InitSound(hwnd, cmb1, chx4, xg_aszSoundFiles[0]))
EnableWindow(GetDlgItem(hwnd, chx4), FALSE);
if (!XgGenerative_InitSound(hwnd, cmb2, chx6, xg_aszSoundFiles[1]))
if (!XgGenerative_InitSound(hwnd, cmb2, chx5, xg_aszSoundFiles[1]))
EnableWindow(GetDlgItem(hwnd, chx5), FALSE);
if (!XgGenerative_InitSound(hwnd, cmb3, chx5, xg_aszSoundFiles[2]))
if (!XgGenerative_InitSound(hwnd, cmb3, chx6, xg_aszSoundFiles[2]))
EnableWindow(GetDlgItem(hwnd, chx6), FALSE);
return TRUE;

Expand Down

0 comments on commit c5311ef

Please sign in to comment.