Subversion Repositories Kolibri OS

Rev

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

Rev 1971 Rev 2399
Line 16... Line 16...
16
		copystr(#UrlHistory[j], #URL);
16
		copystr(#UrlHistory[j], #URL);
17
		j--;
17
		j--;
18
	}
18
	}
19
	UrlHistory[j] = 0x00;
19
	UrlHistory[j] = 0x00;
20
	WB1.Load(#URL);
20
	WB1.ShowPage(#URL);
21
}
21
}
22
 
22
 
Line 23... Line 23...
23
void UrlsHistory::AddUrl()
23
void UrlsHistory::AddUrl()
24
{
24
{
25
	IF (strlen(#UrlHistory)>6000) copystr(#UrlHistory+5000,#UrlHistory);
25
	IF (strlen(#UrlHistory)>6000) copystr(#UrlHistory+5000,#UrlHistory);