]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.C
dont use pragma impementation and interface anymore
[lyx.git] / src / LColor.C
index 6420afde2e7ef896918175d4a6a2c6dba2636383..ea7c17ec10e42a4e45654fb5ee0f792cb4460e64 100644 (file)
@@ -9,10 +9,6 @@
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "debug.h"
 #include "LColor.h"
 #include "support/LAssert.h"
@@ -84,6 +80,9 @@ LColor::LColor()
        { error, N_("LaTeX error"), "error", "Red", "error" },
        { eolmarker, N_("end-of-line marker"), "eolmarker", "Brown", "eolmarker" },
        { appendixline, N_("appendix line"), "appendixline", "Brown", "appendixline" },
+       { changebar, N_("change bar"), "changebar", "Blue", "changebar" },
+       { strikeout, N_("Deleted text"), "strikeout", "Red", "strikeout" },
+       { 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",