Andre Poenitz wrote:
The attached patch replaces hull types like "simple", "eqnarray" with an
enum 'hullSimple', 'hullEqnArray' etc.

Should save a few CPU cycles, be more typesafe and prevent a controversy
in which string format the type should be stored.

I think we should do the same for dialog names i.e. replace

  char const * const dialognames[] = {
  "aboutlyx", "bibitem", "bibtex", "box", "branch", "changes",...

with an enum:

enum Dialog {
aboutlyx, bibitem, bibtex, box, branch, changes...

I am suspecting that the conversion to unicode has broken the dialog names lookup.

Abdel.

Reply via email to