msadp32.acm: Use the same szShortName value as windows.

This commit is contained in:
Jeff Zaroyko 2008-04-25 15:22:17 +10:00 committed by Alexandre Julliard
parent f0bd1ee70b
commit 9c8c33006e

View file

@ -326,7 +326,7 @@ static LRESULT ADPCM_DriverDetails(PACMDRIVERDETAILSW add)
add->cFormatTags = 2; /* PCM, MS ADPCM */
add->cFilterTags = 0;
add->hicon = NULL;
MultiByteToWideChar( CP_ACP, 0, "WINE-MS ADPCM", -1,
MultiByteToWideChar( CP_ACP, 0, "MS-ADPCM", -1,
add->szShortName, sizeof(add->szShortName)/sizeof(WCHAR) );
MultiByteToWideChar( CP_ACP, 0, "Wine MS ADPCM converter", -1,
add->szLongName, sizeof(add->szLongName)/sizeof(WCHAR) );