comdlg32: Widen buffer to accomodate Catalan translation.
This commit is contained in:
parent
7a2a3b746f
commit
6e5bba1b60
|
@ -1504,7 +1504,7 @@ static LRESULT FILEDLG95_InitControls(HWND hwnd)
|
|||
}
|
||||
else if (fodInfos->DlgInfos.dwDlgProp & FODPROP_SAVEDLG)
|
||||
{
|
||||
WCHAR buf[16];
|
||||
WCHAR buf[64];
|
||||
LoadStringW(COMDLG32_hInstance, IDS_SAVE_AS, buf, sizeof(buf)/sizeof(WCHAR));
|
||||
SetWindowTextW(hwnd, buf);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue