mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* 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:
parent
ba7aa78656
commit
891a046862
@ -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
|
||||
|
@ -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 \
|
||||
|
27
lib/images/buffer-update_pdf2.xpm
Normal file
27
lib/images/buffer-update_pdf2.xpm
Normal file
@ -0,0 +1,27 @@
|
||||
/* XPM */
|
||||
static char * buffer_update_pdf2_xpm[] = {
|
||||
"18 20 4 1",
|
||||
" c None",
|
||||
". c #000080",
|
||||
"+ c #FF0000",
|
||||
"@ c #F50000",
|
||||
" ",
|
||||
" ... ",
|
||||
" ........ ",
|
||||
" .....+..... ",
|
||||
" ... + + ... ",
|
||||
" ... +++ ... ",
|
||||
" ... + ...",
|
||||
" .. ++ ..",
|
||||
" .. + + ..",
|
||||
"... + ++ ..",
|
||||
".. + ++ ++ .",
|
||||
"... + +++ ..",
|
||||
" .. @ +++ ++..",
|
||||
" .. +++ ..",
|
||||
" ...++ ...",
|
||||
" ... .. ... ",
|
||||
" + ... ..... ",
|
||||
"+ +. .... ",
|
||||
" ++ ..... ",
|
||||
" ..... "};
|
Loading…
Reference in New Issue
Block a user