HTMLv 0.78

git-svn-id: svn://kolibrios.org@2433 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2012-03-07 22:51:05 +00:00
parent 040b9afa64
commit af9f746fc1
4 changed files with 31 additions and 10 deletions
@@ -14,7 +14,9 @@ void UrlsHistory::GoBack()
UrlHistory[j] = 0x00;
j = find_symbol(#UrlHistory, '|'); //ďđĺäűäóůŕ˙ ńňđŕíčöŕ -> îíŕ íŕě č íóćíŕ
copystr(#UrlHistory + j, #URL);
copystr(#URL, #editURL);
za_kadrom = count = 0;
if (!strcmp(get_URL_part(5),"http:"))) HttpLoad();
WB1.ShowPage(#URL);
}