git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29781 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-05-22 16:35:11 +00:00
parent ec560a77e4
commit 8dbb980a91

View File

@ -2419,10 +2419,10 @@ char const * const dialognames[] = {
"citation", "document", "errorlist", "ert", "external", "file", "findreplace",
"findreplaceadv", "float", "graphics", "href", "include", "index",
"index_print", "info", "listings", "label", "log", "mathdelimiter",
"mathmatrix", "mathspace", "nomenclature", "note", "paragraph", "phantom",
"prefs", "print", "nomencl_print", "ref", "sendto", "space", "spellchecker",
"symbols", "tabular", "tabularcreate", "thesaurus", "texinfo", "toc",
"view-source", "vspace", "wrap" };
"mathmatrix", "mathspace", "nomenclature", "nomencl_print", "note",
"paragraph", "phantom", "prefs", "print", "ref", "sendto", "space",
"spellchecker", "symbols", "tabular", "tabularcreate", "thesaurus", "texinfo",
"toc", "view-source", "vspace", "wrap" };
char const * const * const end_dialognames =
dialognames + (sizeof(dialognames) / sizeof(char *));