mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +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 {
|
namespace {
|
||||||
|
|
||||||
char const * const dialognames[] = { "about", "bibitem", "bibtex", "citation",
|
char const * const dialognames[] = { "about", "bibitem", "bibtex", "changes",
|
||||||
"error", "ert", "external", "float",
|
"citation", "error", "ert", "external",
|
||||||
"graphics", "include", "index", "label",
|
"float", "graphics", "include", "index",
|
||||||
"minipage", "ref", "tabular",
|
"label", "minipage", "ref", "tabular",
|
||||||
"tabularcreate", "toc", "url", "wrap" };
|
"tabularcreate", "toc", "url", "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