From 7b255e37604994429ddd45da0b8a44a1964d9c15 Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 30 Apr 2003 02:04:00 +0000 Subject: [PATCH] s/tabular/table in lcolor git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6892 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/LColor.C | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index af4c0df506..598c6e62a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-04-30 John Levon + + * LColor.C: s/tabular/table/ + 2003-04-30 Lars Gullik Bjønnes * text3.C (dispatch): do not convert iterator -> pointer diff --git a/src/LColor.C b/src/LColor.C index 7f0d978357..698b565323 100644 --- a/src/LColor.C +++ b/src/LColor.C @@ -84,9 +84,9 @@ LColor::LColor() { newtext, N_("Added text"), "newtext", "Blue", "newtext" }, { added_space, N_("added space markers"), "added_space", "Brown", "added_space" }, { topline, N_("top/bottom line"), "topline", "Brown", "topline" }, - { tabularline, N_("tabular line"), "tabularline", "black", + { tabularline, N_("table line"), "tabularline", "black", "tabularline" }, - { tabularonoffline, N_("tabular on/off line"), "tabularonoffline", + { tabularonoffline, N_("table on/off line"), "tabularonoffline", "LightSteelBlue", "tabularonoffline" }, { bottomarea, N_("bottom area"), "bottomarea", "grey40", "bottomarea" }, { pagebreak, N_("page break"), "pagebreak", "RoyalBlue", "pagebreak" }, -- 2.39.5