From 152b32684d7a46ef8fc579e4fd594313d07ef2a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 13 May 2009 23:37:18 +0000 Subject: [PATCH] GuiView.cpp, LyXAction.cpp: sort entries git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29659 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 6 +++--- src/frontends/qt4/GuiView.cpp | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 0ccf57cb75..d5afe7f7a3 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2527,10 +2527,10 @@ void LyXAction::init() * \li Syntax: dialog-show [] * \li Params: : 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| \n + spellchecker|symbols|tabular|tabularcreate|thesaurus|texinfo|toc|\n + view-source|vspace|wrap| \n : latexlog|vclog \n : data, usually settings for the given dialog. Use debug mode for the details. diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index e67319598e..11f1354b53 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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 *)); -- 2.39.2