Update of /cvsroot/simspark/simspark/contrib/rsgedit/res
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23521
Added Files:
Tag: RSGEDIT_SCINTILLA
xpm_save.xpm
Log Message:
- added file save icon
--- NEW FILE: xpm_save.xpm ---
/* XPM */
static const char *xpm_save[] = {
"16 16 3 1",
" c #C0C0C0",
". c #000000",
"X c #808000",
" ",
" .............. ",
" .X. . . ",
" .X. ... ",
" .X. .X. ",
" .X. .X. ",
" .X. .X. ",
" .X. .X. ",
" .XX........XX. ",
" .XXXXXXXXXXXX. ",
" .XX.........X. ",
" .XX...... .X. ",
" .XX...... .X. ",
" .XX...... .X. ",
" ............. ",
" "};
|