mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
Eanble the Changes dialog to be opened
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6413 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
52fd7be07f
commit
2f89a888d3
@ -78,13 +78,12 @@
|
||||
|
||||
namespace {
|
||||
|
||||
char const * const dialognames[] = { "about", "bibitem", "bibtex", "citation",
|
||||
"error", "ert", "external", "float",
|
||||
"graphics", "include", "index", "label",
|
||||
"minipage", "ref", "tabular",
|
||||
char const * const dialognames[] = { "about", "bibitem", "bibtex", "changes",
|
||||
"citation", "error", "ert", "external",
|
||||
"float", "graphics", "include", "index",
|
||||
"label", "minipage", "ref", "tabular",
|
||||
"tabularcreate", "toc", "url", "wrap" };
|
||||
|
||||
|
||||
char const * const * const end_dialognames =
|
||||
dialognames + (sizeof(dialognames) / sizeof(char *));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user