Fix graphics file name. It is textrm_O.png, not textrm_Oe.png

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22296 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-25 09:14:00 +00:00
parent 1c830e744f
commit 44383f5162

View File

@ -122,7 +122,7 @@ PngMap sorted_png_map[] = {
{ "nVDash", "nvdash3" },
{ "nvDash", "nvdash2" },
{ "textrm \\AA", "textrm_AA"},
{ "textrm \\O", "textrm_Oe"},
{ "textrm \\O", "textrm_O"},
{ "vDash", "vdash2" }
};