]> git.lyx.org Git - features.git/commitdiff
* lib/images/buffer-update_pdf2.xpm:
authorJürgen Spitzmüller <spitz@lyx.org>
Wed, 17 Jan 2007 08:18:20 +0000 (08:18 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Wed, 17 Jan 2007 08:18:20 +0000 (08:18 +0000)
* lib/Makefile.am:
* development/scons/scons_manifest.py:
- add missing "update pdf" icon. Not beautiful, but matches
   the other view/update icons.

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

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

index b94dec54a9e7c3fa3fff75fc8df8f706fe647963..51f1ff2fb2870ca485b500dfd998aa76689ef495 100644 (file)
@@ -1434,6 +1434,7 @@ lib_images_files = Split('''
     buffer-new.xpm
     buffer-reload.xpm
     buffer-update_dvi.xpm
+    buffer-update_pdf2.xpm
     buffer-update_ps.xpm
     buffer-view_dvi.xpm
     buffer-view_pdf2.xpm
index 4150ec3f23d6d54f90f465b67d6fd15f17168cb3..3b314ca0b094242e8bfe893155f3328103076a47 100644 (file)
@@ -190,6 +190,7 @@ dist_images_DATA = \
        images/buffer-new.xpm \
        images/buffer-reload.xpm \
        images/buffer-update_dvi.xpm \
+       images/buffer-update_pdf2.xpm \
        images/buffer-update_ps.xpm \
        images/buffer-view_dvi.xpm \
        images/buffer-view_pdf2.xpm \
diff --git a/lib/images/buffer-update_pdf2.xpm b/lib/images/buffer-update_pdf2.xpm
new file mode 100644 (file)
index 0000000..dd6c484
--- /dev/null
@@ -0,0 +1,27 @@
+/* XPM */
+static char * buffer_update_pdf2_xpm[] = {
+"18 20 4 1",
+"      c None",
+".     c #000080",
+"+     c #FF0000",
+"@     c #F50000",
+"                  ",
+"        ...       ",
+"      ........    ",
+"    .....+.....   ",
+"   ... + +   ...  ",
+"  ...  +++    ... ",
+" ...    +      ...",
+" ..     ++      ..",
+" ..    + +      ..",
+"...    +  ++    ..",
+"..     +   ++ ++ .",
+"...   +    +++  ..",
+" ..  @  +++   ++..",
+" ..  +++        ..",
+" ...++         ...",
+"  ...      .. ... ",
+" + ...     .....  ",
+"+  +.      ....   ",
+" ++        .....  ",
+"           .....  "};