From 7108582cbf592cda81e63defb6d9c75512aa4b79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 5 Mar 2008 00:06:34 +0000 Subject: [PATCH] stdinsets.inc: use foreground color also for index insets. Using the latex color would imply that you have to enter there LaTeX code, but since Lyx 1.6this is no longer the case ColorCode.h: correct a comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23467 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdinsets.inc | 2 +- src/ColorCode.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index a83f82cd39..5d1d3cd114 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -182,7 +182,7 @@ InsetLayout Index LatexName index Decoration classic Font - Color latex + Color foreground Size Small Family Roman Shape Up diff --git a/src/ColorCode.h b/src/ColorCode.h index cee2c00756..d4e671ef1c 100644 --- a/src/ColorCode.h +++ b/src/ColorCode.h @@ -78,7 +78,8 @@ enum ColorCode Color_marginlabel, /// Label color for URL insets Color_urllabel, - /// Label color for URL text + + /// Color for URL inset text Color_urltext, /// Color for the depth bars in the margin -- 2.39.5