Re: [RESEND] Uninstaller localization
25 Feb
2005
25 Feb
'05
2:33 a.m.
"Jonathan Ernst" <Jonathan(a)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.
7594
Age (days ago)
7594
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov