Commit 284f07e4 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

oledlg: Set the user supplied caption.

parent 7a17e824
......@@ -154,6 +154,9 @@ static INT_PTR CALLBACK ps_dlg_proc(HWND hdlg, UINT msg, WPARAM wp, LPARAM lp)
SetPropW(hdlg, prop_name, ps_struct);
if(ps_struct->ps->lpszCaption)
SetWindowTextW(hdlg, ps_struct->ps->lpszCaption);
return TRUE; /* use default focus */
}
case WM_COMMAND:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment