mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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
Block a user