comdlg32: Widen buffer to accomodate Catalan translation.

This commit is contained in:
Alex Henrie 2011-12-16 00:48:01 -07:00 committed by Alexandre Julliard
parent 7a2a3b746f
commit 6e5bba1b60
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}