From: Fabian Maurer Subject: [PATCH] comctl32: Correct spelling for ComboBox window class Message-Id: <20180822201729.4430-1-dark.shadow4@web.de> Date: Wed, 22 Aug 2018 22:17:29 +0200 Some programs try to get the class name, so this needs to have correct casing. Note: For some reason, you will need a proper clean to see the changes, just rebuilding is *not* enough. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45689 Signed-off-by: Fabian Maurer --- dlls/comctl32/comctl32.manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/comctl32.manifest b/dlls/comctl32/comctl32.manifest index 4c86137667..fa5df29634 100644 --- a/dlls/comctl32/comctl32.manifest +++ b/dlls/comctl32/comctl32.manifest @@ -6,7 +6,7 @@ ButtonListBox ComboBoxEx32 ComboLBox - Combobox + ComboBox Edit Listbox NativeFontCtl -- 2.18.0