winecfg: Make sure we can use a large text.

This commit is contained in:
Paul Vriens 2006-08-23 12:01:35 +02:00 committed by Alexandre Julliard
parent 5c0ea644da
commit 343153e2e5

View File

@ -76,7 +76,7 @@ void set_window_title(HWND dialog)
WCHAR* load_string (UINT id)
{
WCHAR buf[100];
WCHAR buf[1024];
int len;
WCHAR* newStr;