diff options
Diffstat (limited to 'plugins/KeyboardNotify')
-rw-r--r-- | plugins/KeyboardNotify/src/options.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/src/options.cpp b/plugins/KeyboardNotify/src/options.cpp index 92b5476380..8cc3c3706b 100644 --- a/plugins/KeyboardNotify/src/options.cpp +++ b/plugins/KeyboardNotify/src/options.cpp @@ -1174,6 +1174,7 @@ INT_PTR CALLBACK DlgProcProcesses(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM if (ProcessListAux.szFileName[i]) mir_tstrcpy(ProcessListAux.szFileName[i], szFileNameAux); } + // fallthrough case IDC_CANCELPGM: EndDialog(hwndDlg, LOWORD(wParam)); @@ -1456,7 +1457,7 @@ INT_PTR CALLBACK DlgProcXstatusList(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA XstatusListAux[i].enabled[j] = !!(TreeView_GetItemState(hwndTree, hItem, TVIS_STATEIMAGEMASK)&INDEXTOSTATEIMAGEMASK(2)); } } - } + } // fallthrough case IDC_CANCELXST: EndDialog(hwndDlg, LOWORD(wParam)); |