[RESEND] Uninstaller localization

Dmitry Timoshkov dmitry at baikal.ru
Thu Feb 24 20:33:50 CST 2005


"Jonathan Ernst" <Jonathan at 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.

-- 
Dmitry.





More information about the wine-devel mailing list