Subversion Repositories Kolibri OS

Rev

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

Rev 2418 Rev 2419
Line 13... Line 13...
13
	if (j<=0) return;
13
	if (j<=0) return;
14
	UrlHistory[j] = 0x00;
14
	UrlHistory[j] = 0x00;
15
	j = find_symbol(#UrlHistory, '|'); //ïðåäûäóùàÿ ñòðàíèöà -> îíà íàì è íóæíà
15
	j = find_symbol(#UrlHistory, '|'); //ïðåäûäóùàÿ ñòðàíèöà -> îíà íàì è íóæíà
16
	copystr(#UrlHistory + j, #URL);
16
	copystr(#UrlHistory + j, #URL);
17
	copystr(#URL, #editURL);
17
	copystr(#URL, #editURL);
-
 
18
	if (!strcmp(get_URL_part(5),"http:"))) HttpLoad();
18
	WB1.ShowPage(#URL);
19
	WB1.ShowPage(#URL);
19
}
20
}
Line 20... Line 21...
20
 
21
 
21
void UrlsHistory::AddUrl()
22
void UrlsHistory::AddUrl()