Hope I *now* get it right...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7407 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2003-07-28 09:02:58 +00:00
parent 7aecdcd585
commit 75fc382f57
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2003-07-28 Martin Vermeer <martin.vermeer@hut.fi>
* insetnote.C: Umpf. Hope I *now* get it right :-(
2003-07-28 Martin Vermeer <martin.vermeer@hut.fi>
*insetnote.C: did the right fix to greyedout: \color
instead of \textcolor.

View File

@ -162,7 +162,7 @@ int InsetNote::latex(Buffer const * buf, ostream & os,
os << "%\n\\end{comment}\n";
i += 3;
} else if (pt == "Greyedout") {
os << "\\normalcolor%\n}";
os << "\\normalcolor%\n";
i += 2;
}
return i;