"Jonathan Ernst" Jonathan@ErnstFamily.ch wrote:
This time I didn't translate the WINE_ERR messages and translated another messagebox.
It would be better to not touch WINE_ERR lines at all then.
Changelog:
- localization of uninstaller
- /* We load the strings */
- LoadString( hInst, IDS_APPNAME, sAppname, sizeof(sAppname));
...
- wc.hIcon = LoadIcon( hInst, appname );
- wc.hIcon = LoadIcon( hInst, sAppname );
LoadIcon will always fail in the localized case.