Subversion Repositories Kolibri OS

Rev

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

Rev 9580 Rev 9581
Line 133... Line 133...
133
		//now we need to restore the original app name
133
		//now we need to restore the original app name
134
		//without this external operations down won't work
134
		//without this external operations down won't work
135
		strcpy(#program_path+strrchr(#program_path,'/'), "EOLITE");
135
		strcpy(#program_path+strrchr(#program_path,'/'), "EOLITE");
136
	}
136
	}
Line -... Line 137...
-
 
137
 
137
 
138
	SetAppColors();
Line 138... Line 139...
138
	LoadIniSettings();
139
	LoadIniSettings();
139
 
140
 
140
	for (i=0; i
141
	for (i=0; i
Line 188... Line 189...
188
 
189
 
189
	load_dll(boxlib, #box_lib_init,0);
190
	load_dll(boxlib, #box_lib_init,0);
190
	load_dll(libini, #lib_init,1);
191
	load_dll(libini, #lib_init,1);
Line 191... Line -...
191
	load_dll(libimg, #libimg_init,1);
-
 
192
 
192
	load_dll(libimg, #libimg_init,1);
Line 193... Line 193...
193
	SetAppColors();
193
 
194
	handle_param();
194
	handle_param();
195
 
195