]> git.lyx.org Git - lyx.git/commitdiff
Fix graphics file name. It is textrm_O.png, not textrm_Oe.png
authorAbdelrazak Younes <younes@lyx.org>
Tue, 25 Dec 2007 09:14:00 +0000 (09:14 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 25 Dec 2007 09:14:00 +0000 (09:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22296 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToolbar.cpp

index 1ee1b2e9c88e76e5ceb3d57e943d7e3ce9f85c4e..6b819695518ee47e192d8eb5f77acc315f297cab 100644 (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" }
 };