Changing sizes of templates in comdlg32

Paul Chitescu paulc at voip.null.ro
Fri Jul 2 04:20:52 CDT 2010


On Friday 02 July 2010 12:41:25 am Gustavo 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.

Gustavo,

Knowing the reason the warning is there will help you judge what you can and 
what you shouldn't move or resize.

There are many apps that grow the dialog and insert their own controls at 
fixed positions. There are also some applications that disable a group of 
controls and then shrink the dialog to make them invisible.

It is generally OK to change the dimensions of the controls a little but you 
must preserve the general layout and the size of the groups of controls. You 
must however not resize the dialog itself.

Regards,

Paul




More information about the wine-devel mailing list