notepad pagesetup fix

Dmitry Timoshkov dmitry at baikal.ru
Tue Oct 4 05:17:52 CDT 2005


"Vijay Kiran Kamuju" <infyquest at gmail.com> wrote:

> Changelog
> ---------------
> Notepad pagesetup fix
> This fixes BUG#2600

> -DEFPUSHBUTTON "OK",         0x151,                   180,  3, 40, 15, WS_TABSTOP
> -PUSHBUTTON    "Cancel",     0x152,               180, 21, 40, 15, WS_TABSTOP
> -PUSHBUTTON    "&Help",       0x153,                180, 39, 40, 15, WS_TABSTOP
> +DEFPUSHBUTTON "OK",         IDOK,                   180,  3, 40, 15, WS_TABSTOP
> +PUSHBUTTON    "Cancel",     IDCANCEL,               180, 21, 40, 15, WS_TABSTOP
> +PUSHBUTTON    "&Help",      IDHELP,                 180, 39, 40, 15, WS_TABSTOP

If you went to the trouble of fixing the bug for English, would you
mind fixing it for other language .rc file as well? Otherwise there is
no point in fixing it only for En.rc.

Alexandre, please do not commit this patch in its current state.

-- 
Dmitry.




More information about the wine-devel mailing list