Re: [RESEND2] Uninstaller localization
25 Feb
2005
25 Feb
'05
11:58 a.m.
"Jonathan Ernst" <Jonathan(a)ErnstFamily.ch> wrote:
Next I'll change the window to a dialog if I can.
Thanks.
- wc.lpszClassName = appname; + wc.lpszClassName = sAppname;
if (!RegisterClass(&wc)) exit(1); - hWnd = CreateWindow( appname, "Wine Application Uninstaller", + hWnd = CreateWindow( sAppname, sAppname,
Sorry for not pointing out to it earlier, but it's better to leave the window class name in ASCII. -- Dmitry.
7594
Age (days ago)
7594
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov