]> git.lyx.org Git - features.git/commitdiff
* src/Color.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 13 May 2007 16:24:03 +0000 (16:24 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 13 May 2007 16:24:03 +0000 (16:24 +0000)
- add proper x11 colors for lyxadded and lyxdeleted (preventing an assert in RGBColor)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18285 a592a061-630c-0410-9148-cb99ea01b6c8

src/Color.cpp

index c96033fcc8e1aee0993f92abe5afccbaa4866c00..9eb606a134b3e6fc47c0ce72dc5d5ff03488fe9b 100644 (file)
@@ -4,11 +4,11 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Asger Alstrup
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjnnes
  * \author Matthias Ettrich
  * \author Jean-Marc Lasgouttes
  * \author John Levon
- * \author André Pönitz
+ * \author Andr�P�itz
  * \author Martin Vermeer
  *
  * Full author contact details are available in file CREDITS.
@@ -309,12 +309,11 @@ Color::Color()
        { eolmarker, N_("end-of-line marker"), "eolmarker", "Brown", "eolmarker" },
        { appendix, N_("appendix marker"), "appendix", "Brown", "appendix" },
        { changebar, N_("change bar"), "changebar", "Blue", "changebar" },
-       { deletedtext, N_("Deleted text"), "deletedtext", "Red", "deletedtext" },
-       { addedtext, N_("Added text"), "addedtext", "Blue", "addedtext" },
+       { deletedtext, N_("Deleted text"), "deletedtext", "#ff0000", "deletedtext" },
+       { addedtext, N_("Added text"), "addedtext", "#0000ff", "addedtext" },
        { added_space, N_("added space markers"), "added_space", "Brown", "added_space" },
        { topline, N_("top/bottom line"), "topline", "Brown", "topline" },
-       { tabularline, N_("table line"), "tabularline", "black",
-            "tabularline" },
+       { tabularline, N_("table line"), "tabularline", "black", "tabularline" },
        { tabularonoffline, N_("table on/off line"), "tabularonoffline",
             "LightSteelBlue", "tabularonoffline" },
        { bottomarea, N_("bottom area"), "bottomarea", "grey40", "bottomarea" },