forked from KolibriOS/kolibrios
htmlv hotfix
git-svn-id: svn://kolibrios.org@4546 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d8ab5068e8
commit
49a6c736a9
@ -283,7 +283,7 @@ void Scan(int id)
|
||||
WB1.ParseHTML(bufpointer);
|
||||
return;
|
||||
|
||||
case 008: //history
|
||||
case 003: //history
|
||||
strcpy(#URL, URL_HISTORY);
|
||||
OpenPage();
|
||||
return;
|
||||
|
@ -8,11 +8,11 @@ char *ITEMS_LIST[]={
|
||||
#ifdef LANG_RUS
|
||||
"ˆá室¨ª áâà ¨æë F3",52,
|
||||
"Žç¨áâ¨âì ªíè ª à⨮ª" ,02,
|
||||
"ˆáâ®à¨ï" ,08,
|
||||
"ˆáâ®à¨ï" ,03,
|
||||
#else
|
||||
"View source F3",52,
|
||||
"Free image cache" ,09,
|
||||
"History" ,08,
|
||||
"History" ,03,
|
||||
#endif
|
||||
0};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user