From 92cee8a2628f9b8cf70ceeb42046b13c07943d21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 11 Apr 2007 19:14:47 +0000 Subject: [PATCH] Connect math matrix dialog to math panel as discussed yesterday. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17780 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 2 +- lib/Makefile.am | 2 +- lib/images/{math-matrix.xpm => dialog-show_mathmatrix.xpm} | 0 lib/ui/stdtoolbars.inc | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename lib/images/{math-matrix.xpm => dialog-show_mathmatrix.xpm} (100%) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 328990d76d..582fca9c0a 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 @@ -1552,7 +1553,6 @@ lib_images_files = Split(''' lyx.xpm marginalnote-insert.xpm math-display.xpm - math-matrix.xpm math-mode.xpm math-subscript.xpm math-superscript.xpm diff --git a/lib/Makefile.am b/lib/Makefile.am index 5efd9608e2..352ce36aa1 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 \ @@ -284,7 +285,6 @@ dist_images_DATA = \ images/lyx.xpm \ images/marginalnote-insert.xpm \ images/math-display.xpm \ - images/math-matrix.xpm \ images/math-mode.xpm \ images/math-subscript.xpm \ images/math-superscript.xpm \ diff --git a/lib/images/math-matrix.xpm b/lib/images/dialog-show_mathmatrix.xpm similarity index 100% rename from lib/images/math-matrix.xpm rename to lib/images/dialog-show_mathmatrix.xpm diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index 9afba8cd4e..8c5056d536 100644 --- a/lib/ui/stdtoolbars.inc +++ b/lib/ui/stdtoolbars.inc @@ -137,7 +137,7 @@ Toolbar "math" "Math" Item "Insert { }" "math-delim { }" Item "Insert math delimiters" "dialog-show mathdelimiter" Separator - Item "Insert matrix" "math-matrix 2 2" + Item "Insert matrix" "dialog-show mathmatrix" Item "Insert cases environment" "math-insert \cases" Item "Add row" "tabular-feature append-row" Item "Add column" "tabular-feature append-column" -- 2.39.2