Subversion Repositories Kolibri OS

Rev

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

Rev 3477 Rev 3987
Line 1... Line 1...
1
//HTML Viewer in C--
1
//HTML Viewer in C--
2
//Copyright 2007-2012 by Veliant & Leency
2
//Copyright 2007-2013 by Veliant & Leency
3
//Asper, lev, Lrz, Barsuk, Nable...
3
//Asper, lev, Lrz, Barsuk, Nable...
4
//home icon - rachel fu, GPL licence
4
//home icon - rachel fu, GPL licence
Line 5... Line 5...
5
 
5
 
6
//libraries
6
//libraries
Line 62... Line 62...
62
	if (load_dll2(libio, #libio_init,1)!=0) debug("Error: library doesn't exists - libio"w);
62
	if (load_dll2(libio, #libio_init,1)!=0) debug("Error: library doesn't exists - libio"w);
63
	if (load_dll2(libimg, #libimg_init,1)!=0) debug("Error: library doesn't exists - libimg"w);
63
	if (load_dll2(libimg, #libimg_init,1)!=0) debug("Error: library doesn't exists - libimg"w);
64
	if (load_dll2(libtruetype, #truetype,0)!=0) {debug("Warning: library doesn't exists - TrueType"w); use_truetype = 2; }
64
	if (load_dll2(libtruetype, #truetype,0)!=0) {debug("Warning: library doesn't exists - TrueType"w); use_truetype = 2; }
65
	else init_font(#fontlol);
65
	else init_font(#fontlol);
Line 66... Line 66...
66
	
66
	
67
	if (!URL) strcpy(#URL, "/sys/home.htm");
67
	if (!URL) strcpy(#URL, "/sys/index.htm");
Line 68... Line 68...
68
	strcpy(#editURL, #URL);
68
	strcpy(#editURL, #URL);
69
	
69
	
70
	Form.width=WIN_W;
70
	Form.width=WIN_W;