https://bugs.winehq.org/show_bug.cgi?id=31028 --- Comment #6 from winetest(a)luukku.com --- The patch would add
--- dlls/appwiz.cpl/res.h +++ dlls/appwiz.cpl/res.h +#define IDS_GECKO32_DWL 17 +#define IDS_GECKO64_DWL 18 +#define IDS_MONO_DWL 19
Current wine has 58 /* Strings */ 59 #define IDS_CPL_TITLE 1 60 #define IDS_CPL_DESC 2 61 #define IDS_TAB1_TITLE 3 62 #define IDS_UNINSTALL_FAILED 4 63 #define IDS_NOT_SPECIFIED 5 64 #define IDS_COLUMN_NAME 6 65 #define IDS_COLUMN_PUBLISHER 7 66 #define IDS_COLUMN_VERSION 8 67 #define IDS_FILTER_INSTALLS 9 68 #define IDS_FILTER_PROGRAMS 10 69 #define IDS_FILTER_ALL 11 70 #define IDS_REMOVE 12 71 #define IDS_MODIFY_REMOVE 13 72 #define IDS_DOWNLOADING 14 73 #define IDS_INSTALLING 15 74 #define IDS_INVALID_SHA 16 Still valid wine 1.9.23. -- 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.