https://bugs.winehq.org/show_bug.cgi?id=45689 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #4 from Fabian Maurer <dark.shadow4(a)web.de> --- Thanks for reporting, what a stupid little issue. The program doesn't add the combobox items the usual way, instead it enumerates the window to get the combobox, and then sends the listbox the new elements directly. However, this only works when it finds the combobox properly - but the name was mispelled as "Combobox" while it should be "ComboBox". Patch to fix the issue: https://source.winehq.org/patches/data/150043 Note that you will need a proper rebuild, or it won't work. Don't ask me why though. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.