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

This commit is contained in:
Paul Vriens 2009-11-30 19:56:32 +01:00 committed by Alexandre Julliard
parent 15adb260b2
commit e5d37c8d4a
1 changed files with 4 additions and 0 deletions

View File

@ -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,