Re: comdlg32: Remove the font sample characters string.

2012-01-18 Thread Frédéric Delanoy
2012/1/18 Michael Stefaniuc : > And what Francois is saying is that that isn't possible as the string > depends on the font and not on the UI language. So if I select a Klingon > font that has no latin characters I won't be able to see the "AaBbYyZz". > > bye >        michael OK. Got it. Must have

Re: comdlg32: Remove the font sample characters string.

2012-01-18 Thread Michael Stefaniuc
Frédéric Delanoy wrote: > 2012/1/18 Francois Gouget : >> On Wed, 18 Jan 2012, Frédéric Delanoy wrote: >> >>> On Wed, Jan 18, 2012 at 10:12, Francois Gouget wrote: The sample text does not depend on the dialog language but on the scripts supported by the font. As such translating it in t

Re: comdlg32: Remove the font sample characters string.

2012-01-18 Thread Frédéric Delanoy
2012/1/18 Francois Gouget : > On Wed, 18 Jan 2012, Frédéric Delanoy wrote: > >> On Wed, Jan 18, 2012 at 10:12, Francois Gouget wrote: >> > The sample text does not depend on the dialog language but on the scripts >> > supported by the font. As such translating it in the resource file makes >> >

Re: comdlg32: Remove the font sample characters string.

2012-01-18 Thread Francois Gouget
On Wed, 18 Jan 2012, Frédéric Delanoy wrote: > On Wed, Jan 18, 2012 at 10:12, Francois Gouget wrote: > > The sample text does not depend on the dialog language but on the scripts > > supported by the font. As such translating it in the resource file makes no > > sense. > > -    CTEXT          

Re: comdlg32: Remove the font sample characters string.

2012-01-18 Thread Frédéric Delanoy
On Wed, Jan 18, 2012 at 10:12, Francois Gouget wrote: > The sample text does not depend on the dialog language but on the scripts > supported by the font. As such translating it in the resource file makes no > sense. > -    CTEXT           "AaBbYyZz",stc5,103,80,109,24,SS_NOPREFIX | NOT > WS_VI