Commit 9c8c3300 authored by Jeff Zaroyko's avatar Jeff Zaroyko Committed by Alexandre Julliard

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

parent f0bd1ee7
......@@ -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) );
......
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