menu.dat: updated for ENG and RUS

ICONS16.PNG: new icons 
Other small fixes

git-svn-id: svn://kolibrios.org@9436 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-12-18 00:41:36 +00:00
parent 227a838083
commit 5304ccbd3b
7 changed files with 43 additions and 38 deletions

View File

@@ -985,7 +985,7 @@ dword GetImg(bool _new)
for (i = 0; i < WB1.img_url.count; i++)
{
cur_img_url = WB1.img_url.get(i);
//if (debug_mode)
if (debug_mode)
{debug("get img: ");debugln(cur_img_url);}
if (cache.has(cur_img_url)==false) {
prbar.max = WB1.img_url.count;