Commit 932838fa authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

gdi32: Only REG_SZ and REG_MULTI_SZ types make sense for font replacement, ignore the rest.

parent 4dcb2193
......@@ -2387,7 +2387,7 @@ static void LoadReplaceList(void)
replace += strlenW(replace) + 1;
}
}
else
else if (type == REG_SZ)
map_font_family(value, data);
}
else
......
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