From 4760e2ad8658b279d69f3b4821131ab9d4b88988 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 12 Apr 2007 20:19:40 +0000 Subject: [PATCH] fix for the math-matrix dialog image git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17788 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 1 + lib/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.39.2