On Mon, Dec 10, 2001 at 08:21:49PM +0200, Dekel Tsur wrote:
> You didn't add the string "eufrak" to the arrays GUIFamilyNames/LyXFamilyNames
> defined in lyxfont.C.

Indeed.

> 
> I suggest changing the definition of these array from
>   char const * GUIFamilyNames[12]
> to
>   char const * GUIFamilyNames[NUM_FAMILIES+2]
> (the +2 is for ingerit/ignore fonts).


Why don't we use simply
  char const * GUIFamilyNames[] ?

Well.. ok, an explicit size there gives makes the compiler complain if it
is wrong... so maybe it's not too bad after all...

Andre'

-- 
Andr� P�nitz .............................................. [EMAIL PROTECTED]

Reply via email to