Commit 343153e2 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

winecfg: Make sure we can use a large text.

parent 5c0ea644
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment