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:
Angus Leeming 2003-03-10 08:50:59 +00:00
parent 52fd7be07f
commit 2f89a888d3

View File

@ -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 *));