winecfg: Make sure we can use a large text.
This commit is contained in:
parent
5c0ea644da
commit
343153e2e5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue