Commit e5d37c8d authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

shell32/tests: Fix test failure on non-English locale.

parent 15adb260
......@@ -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,
......
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