winecfg: Make sure we can use a large text.

oldstable
Paul Vriens 2006-08-23 12:01:35 +02:00 committed by Alexandre Julliard
parent 5c0ea644da
commit 343153e2e5
1 changed files with 1 additions and 1 deletions

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;