From b758598ba6e681f567e7dbd7e09de7ffbcc08a76 Mon Sep 17 00:00:00 2001 From: vincents Date: Tue, 14 Aug 2007 11:03:48 +0000 Subject: [PATCH] synedit: added icon for TSynFreePascalSyn git-svn-id: trunk@11811 - --- .gitattributes | 1 + .../synedit/design/tsynfreepascalsyn.xpm | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 components/synedit/design/tsynfreepascalsyn.xpm diff --git a/.gitattributes b/.gitattributes index baac3689a2..cbd78bb0f4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -564,6 +564,7 @@ components/synedit/design/tsyncppsyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsyncsssyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynedit.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynexporterhtml.xpm -text svneol=native#image/x-xpixmap +components/synedit/design/tsynfreepascalsyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynhtmlsyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynjavasyn.xpm -text svneol=native#image/x-xpixmap components/synedit/design/tsynlfmsyn.xpm -text svneol=native#image/x-xpixmap diff --git a/components/synedit/design/tsynfreepascalsyn.xpm b/components/synedit/design/tsynfreepascalsyn.xpm new file mode 100644 index 0000000000..88d7a07638 --- /dev/null +++ b/components/synedit/design/tsynfreepascalsyn.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static const unsigned char * tsynfreepascalsyn_xpm[] = { +"17 19 6 1", +" c None", +"! c white", +"# c black", +"$ c #0000FF", +"% c #FF0000", +"& c #00FF00", +"!!!!!!!!!!!!!!!!#", +"!!!$$!!$$!!!$$!!#", +"!!$!!!$!!$!$!!$!#", +"!!$!!!$!!$!$!!!!#", +"!!$$$!$$$!!$!!!!#", +"!!$!!!$!!!!$!!$!#", +"!!$!!!$!!!!!$$!!#", +"!!!!!!!!!!!!!!!!#", +"!!####!%%%!!!!!!#", +"!!!!!!!!!!!!!!!!#", +"!!###!!!!!!!!!!!#", +"!!!!!!!!!!!!!!!!#", +"!!!!%%!&&&&!!!!!#", +"!!!!!!!!!!!!!!!!#", +"!!!!$$$$$!%%%!!!#", +"!!!!!!!!!!!!!!!!#", +"!!###!!!!!!!!!!!#", +"!!!!!!!!!!!!!!!!#", +"#################"}; \ No newline at end of file