mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-27 02:19:10 +00:00
Remove delete files from lib/Makefile.am.
Add the xpm version of the deleted lib/clipart/buffer-export_pdf2.png as lib/images/buffer-export_pdf2.xpm since I discovered that we did not yet have this icon. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16902 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
16d5b72ea1
commit
ba7c5463cb
@ -1429,6 +1429,7 @@ lib_images_files = Split('''
|
|||||||
buffer-close.xpm
|
buffer-close.xpm
|
||||||
buffer-export_dvi.xpm
|
buffer-export_dvi.xpm
|
||||||
buffer-export_latex.xpm
|
buffer-export_latex.xpm
|
||||||
|
buffer-export_pdf2.xpm
|
||||||
buffer-export_ps.xpm
|
buffer-export_ps.xpm
|
||||||
buffer-export_text.xpm
|
buffer-export_text.xpm
|
||||||
buffer-new.xpm
|
buffer-new.xpm
|
||||||
|
@ -56,8 +56,6 @@ dist_bind_DATA = \
|
|||||||
clipartdir = $(pkgdatadir)/clipart
|
clipartdir = $(pkgdatadir)/clipart
|
||||||
dist_clipart_DATA = \
|
dist_clipart_DATA = \
|
||||||
clipart/BoxInsetDefaultQt4.png \
|
clipart/BoxInsetDefaultQt4.png \
|
||||||
clipart/buffer-export_pdf2.png \
|
|
||||||
clipart/buffer-view_dvi.png \
|
|
||||||
clipart/ComentNotaImagen.png \
|
clipart/ComentNotaImagen.png \
|
||||||
clipart/CommentNoteImageQt4.png \
|
clipart/CommentNoteImageQt4.png \
|
||||||
clipart/CuadroMinipag.png \
|
clipart/CuadroMinipag.png \
|
||||||
@ -185,6 +183,7 @@ dist_images_DATA = \
|
|||||||
images/buffer-close.xpm \
|
images/buffer-close.xpm \
|
||||||
images/buffer-export_dvi.xpm \
|
images/buffer-export_dvi.xpm \
|
||||||
images/buffer-export_latex.xpm \
|
images/buffer-export_latex.xpm \
|
||||||
|
images/buffer-export_pdf2.xpm \
|
||||||
images/buffer-export_ps.xpm \
|
images/buffer-export_ps.xpm \
|
||||||
images/buffer-export_text.xpm \
|
images/buffer-export_text.xpm \
|
||||||
images/buffer-new.xpm \
|
images/buffer-new.xpm \
|
||||||
|
25
lib/images/buffer-export_pdf2.xpm
Normal file
25
lib/images/buffer-export_pdf2.xpm
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
/* XPM */
|
||||||
|
static char * buffer_export_pdf2_xpm[] = {
|
||||||
|
"18 20 2 1",
|
||||||
|
". c None",
|
||||||
|
"+ c #FF0000",
|
||||||
|
"..................",
|
||||||
|
"..................",
|
||||||
|
"........+.........",
|
||||||
|
".......+++........",
|
||||||
|
".......+.+........",
|
||||||
|
".......+++........",
|
||||||
|
"........+.........",
|
||||||
|
"........++........",
|
||||||
|
".......+.+........",
|
||||||
|
".......+..++......",
|
||||||
|
".......+...++.++..",
|
||||||
|
"......+....+++..++",
|
||||||
|
".....+..+++...++++",
|
||||||
|
".....+++..........",
|
||||||
|
"....++............",
|
||||||
|
"..+++.............",
|
||||||
|
".+..+.............",
|
||||||
|
"+..+..............",
|
||||||
|
".++...............",
|
||||||
|
".................."};
|
Loading…
x
Reference in New Issue
Block a user