Am Donnerstag, 7. Dezember 2006 12:25 schrieb [EMAIL PROTECTED]:
> Author: baum
> Date: Thu Dec  7 12:25:42 2006
> New Revision: 16196
> 
> URL: http://www.lyx.org/trac/changeset/16196
> Log:
>       * src/tex2lyx/text.C
>       (known_quotes): Fix typo (found by Charles de Miramon)
> 
> Modified:
>     lyx-devel/trunk/src/tex2lyx/text.C
> 
> Modified: lyx-devel/trunk/src/tex2lyx/text.C
> URL: 
http://www.lyx.org/trac/file/lyx-devel/trunk/src/tex2lyx/text.C?rev=16196
> 
==============================================================================
> --- lyx-devel/trunk/src/tex2lyx/text.C (original)
> +++ lyx-devel/trunk/src/tex2lyx/text.C Thu Dec  7 12:25:42 2006
> @@ -137,7 +137,7 @@
>  
>  /// the same as known_quotes with .lyx names
>  char const * const known_coded_quotes[] = { "gld", "grd", "gld",
> -"grd", "gls", "fls", "frd", 0};
> +"grd", "gls", "fls", "frs", 0};
>  
>  /// LaTeX names for font sizes
>  char const * const known_sizes[] = 
{ "tiny", "scriptsize", "footnotesize",


Jean-Marc,

I guess this should also go in 1.4?


Georg

Reply via email to