Changing sizes of templates in comdlg32

Dmitry Timoshkov dmitry at codeweavers.com
Fri Jul 2 04:42:17 CDT 2010


Gustavo <gugamilare at gmail.com> wrote:

> I've found the following warning the the file comdlg32:
> 
> /*
>  * WARNING: DO NOT CHANGE THE SIZE OF THE STANDARD DIALOG TEMPLATES.
>  */
> 
> Does that mean that I can't correct the size of the buttons or strings
> that are wrong in the Portuguese template file? Or is that only a
> warning for the English file? The "Find" and "Replace" dialogs are
> specially ugly in Portuguese, I would appreciate to be able to change
> that.

That warning means that the main dialog window should not be resized.
Moving and resizing controls inside of the dialog is accepatable.

-- 
Dmitry.



More information about the wine-devel mailing list