]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.C
A couple of minor bug fixes and cleanups
[lyx.git] / src / LColor.C
index e1fe8c2d1fe34aae2fcd2cd53610936d982ddc0f..44e3004dac90ebd50f04a5f7441d605a22990e4e 100644 (file)
@@ -60,6 +60,7 @@ LColor::LColor()
        { foreground, N_("text"), "foreground", "black", "foreground" },
        { selection, N_("selection"), "selection", "LightBlue", "selection" },
        { latex, N_("latex text"), "latex", "DarkRed", "latex" },
+       { preview, N_("previewed snippet"), "preview", "black", "preview" },
        { note, N_("note"), "note", "yellow", "note" },
        { notebg, N_("note background"), "notebg", "yellow", "notebg" },
        { depthbar, N_("depth bar"), "depthbar", "IndianRed", "depthbar" },