mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
UNICODE fix for Tooltips
svn path=/trunk/; revision=8739
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user