Dekel Tsur wrote:
On Sun, Nov 03, 2002 at 04:17:33PM +0900, Rob Lahaye wrote:

Why is the "Index List" Inset so odd compared to the other list insets?
(see attachement).
Is that on purpose, or by mistake?

Because clicking on it does not open a dialog.
Would be nice, if it said "Index List" (or should that be
"List of Indices"?), instead of the not so meaningfull "Index".
See patch below.

Rob.

Index: src/insets/insetindex.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/insets/insetindex.C,v
retrieving revision 1.35
diff -u -r1.35 insetindex.C
--- src/insets/insetindex.C      2002/09/25 14:26:11     1.35
+++ src/insets/insetindex.C      2002/11/04 07:37:45
@@ -67,7 +67,7 @@

 string const InsetPrintIndex::getScreenLabel(Buffer const *) const
 {
-        return _("Index");
+        return _("Index List");
 }

Reply via email to