diff options
Diffstat (limited to 'message_notify/options.cpp')
-rw-r--r-- | message_notify/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/message_notify/options.cpp b/message_notify/options.cpp index e5ea989..3e0e75d 100644 --- a/message_notify/options.cpp +++ b/message_notify/options.cpp @@ -111,6 +111,7 @@ BOOL CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) case IDC_CHK_MSG:
case IDC_CHK_CLOSE:
case IDC_CHK_TABS:
+ case IDC_CHK_SPEECH:
SendMessage( GetParent( hwndDlg ), PSM_CHANGED, 0, 0 );
return TRUE;
case IDC_CHK_POPUPS:
|