From b0d4524252b96b7e80f6192ed70dcc6bddabe059 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 6 Nov 2006 09:08:28 +0000 Subject: [PATCH] * lib/images/nomencl-insert.xpm: * lib/Makefile.am: * development/scons/scons_manifest.py: - a (provisional) nomencl-insert icon git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15763 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 1 + lib/Makefile.am | 1 + lib/images/nomencl-insert.xpm | 33 +++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 lib/images/nomencl-insert.xpm diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 0a042e1cad..ca374a9bfb 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1486,6 +1486,7 @@ lib_images_files = Split(''' math-mode.xpm math-subscript.xpm math-superscript.xpm + nomencl-insert.xpm note-insert.xpm note-next.xpm paste.xpm diff --git a/lib/Makefile.am b/lib/Makefile.am index 61e74cacd4..5381f29a21 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -220,6 +220,7 @@ dist_images_DATA = \ images/math-mode.xpm \ images/math-subscript.xpm \ images/math-superscript.xpm \ + images/nomencl-insert.xpm \ images/note-insert.xpm \ images/note-next.xpm \ images/paste.xpm \ diff --git a/lib/images/nomencl-insert.xpm b/lib/images/nomencl-insert.xpm new file mode 100644 index 0000000000..6e3bc731a3 --- /dev/null +++ b/lib/images/nomencl-insert.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * nomencl_insert_xpm[] = { +"22 22 8 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #FFDEAC", +"# c #C5C2C5", +"$ c #FFAA5A", +"% c #7F7F7F", +"& c #BFBFBF", +" ", +" ", +" ", +" ", +" ................ ", +" .++++++++++++++++. ", +" .+....+++++++++++. ", +" ...@@.+++++#+++++. ", +" ..@@.....+++##+++. ", +" ..@@@@@@$@.++#++++. ", +" .@@@@......%&%.%++. ", +" .@@@@$$.++++#+++++. ", +" .@@@@@@.#+#..#.+++. ", +" ..$$$$.+++++++++++. ", +" ......+++++++++++. ", +" .++++++++++++++++. ", +" ................ ", +" ", +" ", +" ", +" ", +" "}; -- 2.39.2