]> git.lyx.org Git - features.git/commitdiff
Compile fix & whitespace.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 13 May 2009 23:43:01 +0000 (23:43 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 13 May 2009 23:43:01 +0000 (23:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29660 a592a061-630c-0410-9148-cb99ea01b6c8

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

index d5afe7f7a316c352c2f6a2d0b20c7b2b199e3c80..bff209451cc9aa0c14172db3f4037f78233dd4e0 100644 (file)
@@ -2529,8 +2529,8 @@ void LyXAction::init()
                document|errorlist|ert|external|file|findreplace|float|graphics|\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|\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 11f1354b534208ff0cbbee29c8e38681d1096ba4..26f3d1dac6ef53e23806a550f426472e7603174d 100644 (file)
@@ -2422,7 +2422,7 @@ char const * const dialognames[] = {
 "mathmatrix", "mathspace", "nomenclature", "note", "paragraph", "phantom",
 "prefs", "print", "ref", "sendto", "space", "spellchecker", "symbols",
 "tabular", "tabularcreate", "thesaurus", "texinfo", "toc", "view-source",
-"vspace", "wrap",  " };
+"vspace", "wrap" };
 
 char const * const * const end_dialognames =
        dialognames + (sizeof(dialognames) / sizeof(char *));