From: Uwe Stöhr Date: Thu, 12 Apr 2007 20:19:40 +0000 (+0000) Subject: fix for the math-matrix dialog image X-Git-Tag: 1.6.10~10281 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4760e2ad8658b279d69f3b4821131ab9d4b88988;p=features.git fix for the math-matrix dialog image git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17788 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 328990d76d..8ae0e9e35a 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1522,6 +1522,7 @@ lib_images_files = Split(''' dialog-show_character.xpm dialog-show_findreplace.xpm dialog-show_mathdelimiter.xpm + dialog-show_mathmatrix.xpm dialog-show_mathpanel.xpm dialog-show_print.xpm dialog-show_spellchecker.xpm diff --git a/lib/Makefile.am b/lib/Makefile.am index 5efd9608e2..cf3d9f9b2b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -254,6 +254,7 @@ dist_images_DATA = \ images/dialog-show_character.xpm \ images/dialog-show_findreplace.xpm \ images/dialog-show_mathdelimiter.xpm \ + images/dialog-show_mathmatrix.xpm \ images/dialog-show_mathpanel.xpm \ images/dialog-show_print.xpm \ images/dialog-show_spellchecker.xpm \