Subversion Repositories Kolibri OS

Rev

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

Rev 2413 Rev 2420
Line 1... Line 1...
1
//HTML Viewer in C--
1
//HTML Viewer in C--
2
//Copyright 2007-2009 by Veliant & Leency
2
//Copyright 2007-20012 by Veliant & Leency
3
//Asper, Lrz, Nable, lev.
3
//Asper, Lrz, Nable, lev.
Line 4... Line 4...
4
 
4
 
5
#include "..\lib\kolibri.h--"
5
#include "..\lib\kolibri.h--"
6
#include "..\lib\file_system.h--"
6
#include "..\lib\file_system.h--"
Line 54... Line 54...
54
	
54
	
55
	IF (param) copystr(#param,#URL);
55
	IF (param) copystr(#param,#URL);
56
	BrowserHistory.AddUrl();
56
	BrowserHistory.AddUrl();
Line -... Line 57...
-
 
57
	copystr(#URL,#editURL);
-
 
58
	
57
	copystr(#URL,#editURL);
59
	if (!strcmp(get_URL_part(5),"http:"))) HttpLoad();
58
	
60
 
59
	SetEventMask(0x27);
61
	SetEventMask(0x27);
60
	loop()
62
	loop()
61
	{
63
	{