summaryrefslogtreecommitdiff
path: root/message_notify/options.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-10-31 22:51:47 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-10-31 22:51:47 +0000
commit821fad9d438d90e0ee23587c4f3d28400cd62ab4 (patch)
tree0dad0392122c973bea6be25729fb62301da53417 /message_notify/options.cpp
parent8b2a671e834c8ded28924a0e27218127588a250d (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.cpp1
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: