From: Abdelrazak Younes Date: Tue, 25 Dec 2007 09:14:00 +0000 (+0000) Subject: Fix graphics file name. It is textrm_O.png, not textrm_Oe.png X-Git-Tag: 1.6.10~6812 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=44383f516277aba8b64285bcd6788d7454668b12;p=lyx.git 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 --- diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp index 1ee1b2e9c8..6b81969551 100644 --- a/src/frontends/qt4/GuiToolbar.cpp +++ b/src/frontends/qt4/GuiToolbar.cpp @@ -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" } };