]> git.lyx.org Git - lyx.git/commitdiff
Eanble the Changes dialog to be opened
authorAngus Leeming <leeming@lyx.org>
Mon, 10 Mar 2003 08:50:59 +0000 (08:50 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 10 Mar 2003 08:50:59 +0000 (08:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6413 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/Dialogs3.C

index 8991456a32e42f8f921871b5bccd28b18751e643..d944ea45fdb4570e4c8e1956414c62c90dccb4c2 100644 (file)
 
 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 *));