mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
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
This commit is contained in:
parent
515ff1c619
commit
92cee8a262
@ -1522,6 +1522,7 @@ lib_images_files = Split('''
|
|||||||
dialog-show_character.xpm
|
dialog-show_character.xpm
|
||||||
dialog-show_findreplace.xpm
|
dialog-show_findreplace.xpm
|
||||||
dialog-show_mathdelimiter.xpm
|
dialog-show_mathdelimiter.xpm
|
||||||
|
dialog-show_mathmatrix.xpm
|
||||||
dialog-show_mathpanel.xpm
|
dialog-show_mathpanel.xpm
|
||||||
dialog-show_print.xpm
|
dialog-show_print.xpm
|
||||||
dialog-show_spellchecker.xpm
|
dialog-show_spellchecker.xpm
|
||||||
@ -1552,7 +1553,6 @@ lib_images_files = Split('''
|
|||||||
lyx.xpm
|
lyx.xpm
|
||||||
marginalnote-insert.xpm
|
marginalnote-insert.xpm
|
||||||
math-display.xpm
|
math-display.xpm
|
||||||
math-matrix.xpm
|
|
||||||
math-mode.xpm
|
math-mode.xpm
|
||||||
math-subscript.xpm
|
math-subscript.xpm
|
||||||
math-superscript.xpm
|
math-superscript.xpm
|
||||||
|
@ -254,6 +254,7 @@ dist_images_DATA = \
|
|||||||
images/dialog-show_character.xpm \
|
images/dialog-show_character.xpm \
|
||||||
images/dialog-show_findreplace.xpm \
|
images/dialog-show_findreplace.xpm \
|
||||||
images/dialog-show_mathdelimiter.xpm \
|
images/dialog-show_mathdelimiter.xpm \
|
||||||
|
images/dialog-show_mathmatrix.xpm \
|
||||||
images/dialog-show_mathpanel.xpm \
|
images/dialog-show_mathpanel.xpm \
|
||||||
images/dialog-show_print.xpm \
|
images/dialog-show_print.xpm \
|
||||||
images/dialog-show_spellchecker.xpm \
|
images/dialog-show_spellchecker.xpm \
|
||||||
@ -284,7 +285,6 @@ dist_images_DATA = \
|
|||||||
images/lyx.xpm \
|
images/lyx.xpm \
|
||||||
images/marginalnote-insert.xpm \
|
images/marginalnote-insert.xpm \
|
||||||
images/math-display.xpm \
|
images/math-display.xpm \
|
||||||
images/math-matrix.xpm \
|
|
||||||
images/math-mode.xpm \
|
images/math-mode.xpm \
|
||||||
images/math-subscript.xpm \
|
images/math-subscript.xpm \
|
||||||
images/math-superscript.xpm \
|
images/math-superscript.xpm \
|
||||||
|
@ -137,7 +137,7 @@ Toolbar "math" "Math"
|
|||||||
Item "Insert { }" "math-delim { }"
|
Item "Insert { }" "math-delim { }"
|
||||||
Item "Insert math delimiters" "dialog-show mathdelimiter"
|
Item "Insert math delimiters" "dialog-show mathdelimiter"
|
||||||
Separator
|
Separator
|
||||||
Item "Insert matrix" "math-matrix 2 2"
|
Item "Insert matrix" "dialog-show mathmatrix"
|
||||||
Item "Insert cases environment" "math-insert \cases"
|
Item "Insert cases environment" "math-insert \cases"
|
||||||
Item "Add row" "tabular-feature append-row"
|
Item "Add row" "tabular-feature append-row"
|
||||||
Item "Add column" "tabular-feature append-column"
|
Item "Add column" "tabular-feature append-column"
|
||||||
|
Loading…
Reference in New Issue
Block a user