Subversion Repositories Kolibri OS

Rev

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

Rev 6678 Rev 6686
Line 29... Line 29...
29
#include "..\lib\patterns\http_downloader.h"
29
#include "..\lib\patterns\http_downloader.h"
Line 30... Line 30...
30
 
30
 
Line 31... Line 31...
31
char homepage[] = FROM "html\\homepage.htm";
31
char homepage[] = FROM "html\\homepage.htm";
32
 
32
 
33
#ifdef LANG_RUS
33
#ifdef LANG_RUS
34
char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 1.48";
34
char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 1.49";
35
?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
35
?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
36
?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
36
?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
37
char loading[] = "‡ £à㧪  áâà ­¨æë...
";
37
char loading[] = "‡ £à㧪  áâà ­¨æë...
";
Line 267... Line 267...
267
		Form.cheight - TOOLBAR_H - STATUSBAR_H, WB1.list.font_h + WB1.DrawBuf.zoom + WB1.DrawBuf.zoom * WB1.DrawBuf.zoom);
267
		Form.cheight - TOOLBAR_H - STATUSBAR_H, WB1.list.font_h + WB1.DrawBuf.zoom + WB1.DrawBuf.zoom * WB1.DrawBuf.zoom);
268
	WB1.list.wheel_size = 7;
268
	WB1.list.wheel_size = 7;
269
	WB1.list.column_max = WB1.list.w - scroll_wv.size_x / WB1.list.font_w;
269
	WB1.list.column_max = WB1.list.w - scroll_wv.size_x / WB1.list.font_w;
270
	WB1.list.visible = WB1.list.h - 5 / WB1.list.item_h;
270
	WB1.list.visible = WB1.list.h - 5 / WB1.list.item_h;
271
	if (WB1.list.w!=WB1.DrawBuf.bufw) {
271
	if (WB1.list.w!=WB1.DrawBuf.bufw) {
272
		WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h * 30);
272
		WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, 4096 * 7400 / WB1.list.w);
273
		Scan(REFRESH_BUTTON);
273
		Scan(REFRESH_BUTTON);
274
	}
274
	}
275
}
275
}