From 24130fa0c2682619067ea2a2717b62d562637195 Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Tue, 8 Apr 2008 14:57:06 +0000 Subject: [PATCH] resuscitate Vert.png as vert2.png git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24175 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 2 +- lib/Makefile.am | 2 +- lib/images/math/vert2.png | Bin 0 -> 119 bytes src/frontends/qt4/GuiToolbar.cpp | 3 ++- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 lib/images/math/vert2.png diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index b5fe87d36f..009d7c4d8b 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1496,7 +1496,6 @@ lib_images_math_files = Split(''' Re.png Rrightarrow.png Rsh.png - Vert.png Vvdash.png acute.png aleph.png @@ -1970,6 +1969,7 @@ lib_images_math_files = Split(''' vee.png veebar.png vert.png + vert2.png vphantom.png wedge.png widehat.png diff --git a/lib/Makefile.am b/lib/Makefile.am index be0db071e2..cb5ad6ddbe 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -870,8 +870,8 @@ dist_imagesmath_DATA = \ images/math/vec.png \ images/math/vee.png \ images/math/veebar.png \ - images/math/Vert.png \ images/math/vert.png \ + images/math/vert2.png \ images/math/vphantom.png \ images/math/wedge.png \ images/math/widehat.png \ diff --git a/lib/images/math/vert2.png b/lib/images/math/vert2.png new file mode 100644 index 0000000000000000000000000000000000000000..3bc9fab5ab86986c226d588d677ce64046ae8351 GIT binary patch literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^%s?zGzy>5)^Rm-{6kC$FyUTwt;Eecw2Pnc>;1O92 zq&>jc?PRtckRk5r;us=vIXPj0^^gDZ$C3^$O$lk@5@L9?hDmzD&7F^dN*Fv{{an^L HB{Ts5?YkoH literal 0 HcmV?d00001 diff --git a/src/frontends/qt4/GuiToolbar.cpp b/src/frontends/qt4/GuiToolbar.cpp index 2c90b17f93..f7f5e4a1b9 100644 --- a/src/frontends/qt4/GuiToolbar.cpp +++ b/src/frontends/qt4/GuiToolbar.cpp @@ -142,7 +142,8 @@ PngMap sorted_png_map[] = { { "nvDash", "nvdash2" }, { "textrm \\AA", "textrm_AA"}, { "textrm \\O", "textrm_O"}, - { "vDash", "vdash2" } + { "vDash", "vdash2" }, + { "Vert", "vert2" } }; size_t const nr_sorted_png_map = sizeof(sorted_png_map) / sizeof(PngMap); -- 2.39.2