Subversion Repositories Kolibri OS

Rev

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

Rev 3059 Rev 3060
Line 97... Line 97...
97
	if (load_dll2(boxlib, #edit_box_draw,0)!=0) {RunProgram("@notify", "System Error: library doesn't exists /rd/1/lib/box_lib.obj"); ExitProcess();}
97
	if (load_dll2(boxlib, #edit_box_draw,0)!=0) {RunProgram("@notify", "System Error: library doesn't exists /rd/1/lib/box_lib.obj"); ExitProcess();}
98
	load_dll2(#abox_lib, #boxlib_init,0);
98
	load_dll2(#abox_lib, #boxlib_init,0);
99
	if (load_dll2(libtruetype, #truetype,0)!=0) {debug("Íå óäàëîñü ïîäêëþ÷èòü áèáëèîòåêó TrueType"w); use_truetype = 2; }
99
	if (load_dll2(libtruetype, #truetype,0)!=0) {debug("Íå óäàëîñü ïîäêëþ÷èòü áèáëèîòåêó TrueType"w); use_truetype = 2; }
100
	else init_font(#fontlol);
100
	else init_font(#fontlol);
Line 101... Line 101...
101
	
101
	
102
	// if (!URL) strcpy(#URL, "/sys/home.htm");
-
 
103
	if (!URL) strcpy(#URL, "/sys/ololo.txt");
102
	if (!URL) strcpy(#URL, "/sys/home.htm");
Line 104... Line 103...
104
	strcpy(#editURL, #URL);
103
	strcpy(#editURL, #URL);
105
	
104