Subversion Repositories Kolibri OS

Rev

Rev 4411 | Rev 4885 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4411 Rev 4544
Line 22... Line 22...
22
	?define WINDOW_HEADER "Appearance"
22
	?define WINDOW_HEADER "Appearance"
23
	?define T_SKINS       "   Skins"
23
	?define T_SKINS       "   Skins"
24
	?define T_WALLPAPERS  "   Wallpappers"
24
	?define T_WALLPAPERS  "   Wallpappers"
25
#endif
25
#endif
Line 26... Line 26...
26
 
26
 
Line 27... Line 27...
27
unsigned char icons[sizeof(file "icons.raw")]= FROM "icons.raw";
27
unsigned char icons[]= FROM "icons.raw";
28
 
28
 
29
 
29