]> git.lyx.org Git - lyx.git/commitdiff
GuiView.cpp, LyXAction.cpp: sort entries
authorUwe Stöhr <uwestoehr@web.de>
Wed, 13 May 2009 23:37:18 +0000 (23:37 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 13 May 2009 23:37:18 +0000 (23:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29659 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp
src/frontends/qt4/GuiView.cpp

index 0ccf57cb7502ede59c80e029ce4ad85caf8761bd..d5afe7f7a316c352c2f6a2d0b20c7b2b199e3c80 100644 (file)
@@ -2527,10 +2527,10 @@ void LyXAction::init()
  * \li Syntax: dialog-show <NAME> [<DATA>]
  * \li Params: <NAME>: aboutlyx|bibitem|bibtex|box|branch|changes|character|citation|\n
                document|errorlist|ert|external|file|findreplace|float|graphics|\n
-               include|index|info|nomenclature|label|listings|log|mathdelimiter|\n
+               href|include|index|info|nomenclature|label|listings|log|mathdelimiter|\n
                mathmatrix|note|paragraph|phantom|prefs|print|ref|sendto|space|\n
-               spellchecker|symbols|tabular|tabularcreate|thesaurus|texinfo|toc|href|\n
-               view-source|vspace|wrap|<SPECIAL> \n
+                          spellchecker|symbols|tabular|tabularcreate|thesaurus|texinfo|toc|\n
+                          view-source|vspace|wrap|<SPECIAL> \n
                <SPECIAL>: latexlog|vclog \n
                <DATA>: data, usually settings for the given dialog. Use debug mode for the
                        details.
index e67319598ed21cdece4cac6c82dfcd1f2f4182f1..11f1354b534208ff0cbbee29c8e38681d1096ba4 100644 (file)
@@ -2417,11 +2417,12 @@ namespace {
 char const * const dialognames[] = {
 "aboutlyx", "bibitem", "bibtex", "box", "branch", "changes", "character",
 "citation", "document", "errorlist", "ert", "external", "file", "findreplace",
-"float", "graphics", "include", "index", "index_print", "info", "nomenclature",
-"label", "log", "mathdelimiter", "mathmatrix", "mathspace", "note", "paragraph",
-"phantom", "prefs", "print", "ref", "sendto", "space", "spellchecker",
-"symbols", "tabular", "tabularcreate", "thesaurus", "texinfo", "toc", "href", 
-"view-source", "vspace", "wrap", "listings", "findreplaceadv" };
+"findreplaceadv", "float", "graphics", "href", "include", "index",
+"index_print", "info", "listings", "label", "log", "mathdelimiter",
+"mathmatrix", "mathspace", "nomenclature", "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 *));