From 8dbb980a91de95ddae6df22ecb35024df2c98130 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 22 May 2009 16:35:11 +0000 Subject: [PATCH] reorder. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29781 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index a2f86c26fa..ce6c6cf092 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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 *)); -- 2.39.5