htmlv hotfix

git-svn-id: svn://kolibrios.org@4546 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2014-01-29 00:28:04 +00:00
parent d8ab5068e8
commit 49a6c736a9
2 changed files with 3 additions and 3 deletions

View File

@ -283,7 +283,7 @@ void Scan(int id)
WB1.ParseHTML(bufpointer); WB1.ParseHTML(bufpointer);
return; return;
case 008: //history case 003: //history
strcpy(#URL, URL_HISTORY); strcpy(#URL, URL_HISTORY);
OpenPage(); OpenPage();
return; return;

View File

@ -8,11 +8,11 @@ char *ITEMS_LIST[]={
#ifdef LANG_RUS #ifdef LANG_RUS
"ˆá室­¨ª áâà ­¨æë F3",52, "ˆá室­¨ª áâà ­¨æë F3",52,
"Žç¨áâ¨âì ªíè ª à⨭®ª" ,02, "Žç¨áâ¨âì ªíè ª à⨭®ª" ,02,
"ˆáâ®à¨ï" ,08, "ˆáâ®à¨ï" ,03,
#else #else
"View source F3",52, "View source F3",52,
"Free image cache" ,09, "Free image cache" ,09,
"History" ,08, "History" ,03,
#endif #endif
0}; 0};