]> git.lyx.org Git - features.git/commitdiff
reorder.
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 22 May 2009 16:35:11 +0000 (16:35 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 22 May 2009 16:35:11 +0000 (16:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29781 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index a2f86c26fadacd5af855d64e19da0e9ceafff055..ce6c6cf0921e871628bc3ed67d6c40a092feb279 100644 (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 *));