From 821fad9d438d90e0ee23587c4f3d28400cd62ab4 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 31 Oct 2007 22:51:47 +0000 Subject: options sheech checkbox fix git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@377 4f64403b-2f21-0410-a795-97e2b3489a10 --- message_notify/options.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'message_notify/options.cpp') 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: -- cgit v1.2.3