mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Compile fix & whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
152b32684d
commit
7ed6d9c3f1
@ -2529,8 +2529,8 @@ void LyXAction::init()
|
|||||||
document|errorlist|ert|external|file|findreplace|float|graphics|\n
|
document|errorlist|ert|external|file|findreplace|float|graphics|\n
|
||||||
href|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
|
mathmatrix|note|paragraph|phantom|prefs|print|ref|sendto|space|\n
|
||||||
spellchecker|symbols|tabular|tabularcreate|thesaurus|texinfo|toc|\n
|
spellchecker|symbols|tabular|tabularcreate|thesaurus|texinfo|toc|\n
|
||||||
view-source|vspace|wrap|<SPECIAL> \n
|
view-source|vspace|wrap|<SPECIAL> \n
|
||||||
<SPECIAL>: latexlog|vclog \n
|
<SPECIAL>: latexlog|vclog \n
|
||||||
<DATA>: data, usually settings for the given dialog. Use debug mode for the
|
<DATA>: data, usually settings for the given dialog. Use debug mode for the
|
||||||
details.
|
details.
|
||||||
|
@ -2422,7 +2422,7 @@ char const * const dialognames[] = {
|
|||||||
"mathmatrix", "mathspace", "nomenclature", "note", "paragraph", "phantom",
|
"mathmatrix", "mathspace", "nomenclature", "note", "paragraph", "phantom",
|
||||||
"prefs", "print", "ref", "sendto", "space", "spellchecker", "symbols",
|
"prefs", "print", "ref", "sendto", "space", "spellchecker", "symbols",
|
||||||
"tabular", "tabularcreate", "thesaurus", "texinfo", "toc", "view-source",
|
"tabular", "tabularcreate", "thesaurus", "texinfo", "toc", "view-source",
|
||||||
"vspace", "wrap", " };
|
"vspace", "wrap" };
|
||||||
|
|
||||||
char const * const * const end_dialognames =
|
char const * const * const end_dialognames =
|
||||||
dialognames + (sizeof(dialognames) / sizeof(char *));
|
dialognames + (sizeof(dialognames) / sizeof(char *));
|
||||||
|
Loading…
Reference in New Issue
Block a user