shell32/tests: Fix test failure on non-English locale.
This commit is contained in:
parent
15adb260b2
commit
e5d37c8d4a
|
@ -152,6 +152,10 @@ static void init_strings(void)
|
|||
|
||||
lstrcpyA(StartupTitle, startup);
|
||||
}
|
||||
else
|
||||
{
|
||||
lstrcpyA(StartupTitle, Startup);
|
||||
}
|
||||
}
|
||||
|
||||
static HDDEDATA CALLBACK DdeCallback(UINT type, UINT format, HCONV hConv, HSZ hsz1, HSZ hsz2,
|
||||
|
|
Loading…
Reference in New Issue