]> git.lyx.org Git - features.git/commitdiff
Partly undo rev 17780: Since the lfun math-matrix does still exist and can
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 12 Apr 2007 12:54:11 +0000 (12:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 12 Apr 2007 12:54:11 +0000 (12:54 +0000)
be added by users to toolbars we should not delete the icon.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17785 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/images/math-matrix.xpm [new file with mode: 0644]

index 582fca9c0ac178011ad44c346954adf4df6e7087..328990d76d48d446e27a559eea5fb67f2589fbe3 100644 (file)
@@ -1522,7 +1522,6 @@ 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
@@ -1553,6 +1552,7 @@ lib_images_files = Split('''
     lyx.xpm
     marginalnote-insert.xpm
     math-display.xpm
+    math-matrix.xpm
     math-mode.xpm
     math-subscript.xpm
     math-superscript.xpm
index 352ce36aa1774e4dcaec9b79ce792e8be6d6c855..5efd9608e2f7edb76e12b236d9127ca4f8fae38f 100644 (file)
@@ -254,7 +254,6 @@ 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 \
@@ -285,6 +284,7 @@ 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/math-matrix.xpm
new file mode 100644 (file)
index 0000000..08a38af
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *math-matrix[] = {
+/* columns rows colors chars-per-pixel */
+"22 22 4 1",
+"  c #000000",
+". c #0000c0",
+"X c #800080",
+"o c None",
+/* pixels */
+"oooooooooooooooooooooo",
+"oooooooooooooooooooooo",
+"ooXXXXoXXXXoXXXXoXXXXo",
+"ooXooXoXooXoXooXoXooXo",
+"ooXooXoXooXoXooXoXooXo",
+"ooXXXXoXXXXoXXXXoXXXXo",
+"oooooooooooooooooooooo",
+"ooXXXXoXXXXoXXXXoXXXXo",
+"ooXooXoXooXoXooXoXooXo",
+"ooXooXoXooXoXooXoXooXo",
+"ooXXXXoXXXXoXXXXoXXXXo",
+"oooooooooooooooooooooo",
+"ooXXXXoXXXXoXXXXoXXXXo",
+"ooXooXoXooXoXooXoXooXo",
+"ooXooXoXooXoXooXoXooXo",
+"ooXXXXoXXXXoXXXXoXXXXo",
+"oooooooooooooooooooooo",
+"ooXXXXoXXXXoXXXXoXXXXo",
+"ooXooXoXooXoXooXoXooXo",
+"ooXooXoXooXoXooXoXooXo",
+"ooXXXXoXXXXoXXXXoXXXXo",
+"oooooooooooooooooooooo"
+};