[RESEND2] Uninstaller localization

Dmitry Timoshkov dmitry at baikal.ru
Fri Feb 25 05:58:36 CST 2005


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




More information about the wine-devel mailing list