Sync names with real content.

This commit is contained in:
Guillermo S. Romero 2009-09-15 23:37:20 +00:00
parent 581cb64f2c
commit 0befb9b01d
3 changed files with 5 additions and 5 deletions

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 192 KiB

@ -1,7 +1,7 @@
/* DataToC output of file <splash_jpg> */
/* DataToC output of file <splash_png> */
int datatoc_splash_jpg_size= 79258;
char datatoc_splash_jpg[]= {
int datatoc_splash_png_size= 79258;
char datatoc_splash_png[]= {
255,216,255,224, 0, 16, 74, 70, 73, 70, 0, 1, 1, 1, 0, 72, 0, 72, 0, 0,255,225, 0, 22, 69,120,
105,102, 0, 0, 77, 77, 0, 42, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0,255,219, 0, 67, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2,

@ -40,8 +40,8 @@ extern char datatoc_blenderbuttons[];
extern int datatoc_prvicons_size;
extern char datatoc_prvicons[];
extern int datatoc_splash_jpg_size;
extern char datatoc_splash_jpg[];
extern int datatoc_splash_png_size;
extern char datatoc_splash_png[];
extern int datatoc_Bfont_size;
extern char datatoc_Bfont[];