Subversion Repositories Kolibri OS

Rev

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

Rev 7493 Rev 7516
Line 124... Line 124...
124
 
124
 
125
void main()
125
void main()
126
{   	
126
{   	
127
	InitDlls();	
127
	InitDlls();	
-
 
128
	OpenDialog_init stdcall (#o_dialog);
128
	OpenDialog_init stdcall (#o_dialog);
129
	if (param) strcpy(#openfile_path, #param);
129
	LoadIniSettings();
130
	LoadIniSettings();
130
	EventSetColorScheme(curcol_scheme);
131
	EventSetColorScheme(curcol_scheme);
131
	kfont.init(DEFAULT_FONT);
132
	kfont.init(DEFAULT_FONT);
132
	Libimg_LoadImage(#skin, abspath("toolbar.png"));
133
	Libimg_LoadImage(#skin, abspath("toolbar.png"));