diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-31 22:51:47 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-31 22:51:47 +0000 |
commit | 821fad9d438d90e0ee23587c4f3d28400cd62ab4 (patch) | |
tree | 0dad0392122c973bea6be25729fb62301da53417 /message_notify/options.cpp | |
parent | 8b2a671e834c8ded28924a0e27218127588a250d (diff) |
options sheech checkbox fix
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@377 4f64403b-2f21-0410-a795-97e2b3489a10
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:
|