synedit: added icon for TSynFreePascalSyn

git-svn-id: trunk@11811 -
This commit is contained in:
vincents 2007-08-14 11:03:48 +00:00
parent 06753dbd34
commit b758598ba6
2 changed files with 29 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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",
"!!!!!!!!!!!!!!!!#",
"!!!$$!!$$!!!$$!!#",
"!!$!!!$!!$!$!!$!#",
"!!$!!!$!!$!$!!!!#",
"!!$$$!$$$!!$!!!!#",
"!!$!!!$!!!!$!!$!#",
"!!$!!!$!!!!!$$!!#",
"!!!!!!!!!!!!!!!!#",
"!!####!%%%!!!!!!#",
"!!!!!!!!!!!!!!!!#",
"!!###!!!!!!!!!!!#",
"!!!!!!!!!!!!!!!!#",
"!!!!%%!&&&&!!!!!#",
"!!!!!!!!!!!!!!!!#",
"!!!!$$$$$!%%%!!!#",
"!!!!!!!!!!!!!!!!#",
"!!###!!!!!!!!!!!#",
"!!!!!!!!!!!!!!!!#",
"#################"};