Alex Henrie : comdlg32: Widen buffer to accomodate Catalan translation.

Alexandre Julliard julliard at winehq.org
Fri Dec 16 11:22:52 CST 2011


Module: wine
Branch: master
Commit: 6e5bba1b60f97fce34415ea30ebecd5bd20dae20
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6e5bba1b60f97fce34415ea30ebecd5bd20dae20

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Fri Dec 16 00:48:01 2011 -0700

comdlg32: Widen buffer to accomodate Catalan translation.

---

 dlls/comdlg32/filedlg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c
index 5f80519..9b725ba 100644
--- a/dlls/comdlg32/filedlg.c
+++ b/dlls/comdlg32/filedlg.c
@@ -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);
   }




More information about the wine-cvs mailing list