* lib/images/buffer-update_pdf2.xpm:

* 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
This commit is contained in:
Jürgen Spitzmüller 2007-01-17 08:18:20 +00:00
parent ba7aa78656
commit 891a046862
3 changed files with 29 additions and 0 deletions

View 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

View 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 \

View File

@ -0,0 +1,27 @@
/* XPM */
static char * buffer_update_pdf2_xpm[] = {
"18 20 4 1",
" c None",
". c #000080",
"+ c #FF0000",
"@ c #F50000",
" ",
" ... ",
" ........ ",
" .....+..... ",
" ... + + ... ",
" ... +++ ... ",
" ... + ...",
" .. ++ ..",
" .. + + ..",
"... + ++ ..",
".. + ++ ++ .",
"... + +++ ..",
" .. @ +++ ++..",
" .. +++ ..",
" ...++ ...",
" ... .. ... ",
" + ... ..... ",
"+ +. .... ",
" ++ ..... ",
" ..... "};