UNICODE fix for Tooltips

svn path=/trunk/; revision=8739
This commit is contained in:
Martin Fuchs
2004-03-14 22:27:44 +00:00
parent b95e68a45d
commit 14f61e5720
@@ -684,7 +684,8 @@ INT_PTR CALLBACK Window::DialogProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM
return TRUE; // message has been processed
case WM_NOTIFYFORMAT:
return NFR_CURRENT;
SetWindowLong(hwnd, DWLP_MSGRESULT, NFR_CURRENT); // set return value NFR_CURRENT
return TRUE; // message has been processed
case WM_NCDESTROY:
delete pThis;
@@ -1365,7 +1366,8 @@ INT_PTR CALLBACK PropSheetPageDlg::DialogProc(HWND hwnd, UINT nmsg, WPARAM wpara
return TRUE; // message has been processed
case WM_NOTIFYFORMAT:
return NFR_CURRENT;
SetWindowLong(hwnd, DWLP_MSGRESULT, NFR_CURRENT); // set return value NFR_CURRENT
return TRUE; // message has been processed
case WM_NCDESTROY:
delete pThis;