Subversion Repositories Kolibri OS

Rev

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

Rev 9434 Rev 9445
Line 356... Line 356...
356
			
356
			
357
			WriteText(131,16, 0x81, 0x8E7C61, "Pixie Player");
357
			WriteText(131,16, 0x81, 0x8E7C61, "Pixie Player");
Line 358... Line 358...
358
			WriteText(130,15, 0x81, 0xF5EFB3, "Pixie Player");
358
			WriteText(130,15, 0x81, 0xF5EFB3, "Pixie Player");
359
 
359
 
360
			WriteTextLines(10, 40, 0x90, theme.color_top_panel_song_name, ABOUT_MESSAGE, 19);
360
			WriteTextLines(10, 40, 0x90, theme.color_top_panel_song_name, ABOUT_MESSAGE, 19);
361
			DrawIcon32(45, 15, theme.color_top_panel_bg, 65);
361
			draw_icon_32(45, 15, theme.color_top_panel_bg, 65);
362
			DrawIcon32(ABOUT_W-32-45, 15, theme.color_top_panel_bg, 65);
362
			draw_icon_32(ABOUT_W-32-45, 15, theme.color_top_panel_bg, 65);
Line 363... Line 363...
363
	}
363
	}
364
}
364
}