Subversion Repositories Kolibri OS

Rev

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

Rev 4417 Rev 4475
Line 24... Line 24...
24
//images
24
//images
25
#include "img\toolbar_icons.c"
25
#include "img\toolbar_icons.c"
26
#include "img\URLgoto.txt";
26
#include "img\URLgoto.txt";
Line 27... Line 27...
27
 
27
 
28
#ifdef LANG_RUS
28
#ifdef LANG_RUS
29
	char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.5";
29
	char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.6";
30
	?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
30
	?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
31
	?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
31
	?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
32
#else
32
#else
33
	char version[]=" Text-based Browser 0.99.5";
33
	char version[]=" Text-based Browser 0.99.6";
34
	?define IMAGES_CACHE_CLEARED "Images cache cleared"
34
	?define IMAGES_CACHE_CLEARED "Images cache cleared"
35
	?define T_LAST_SLIDE "This slide is the last"
35
	?define T_LAST_SLIDE "This slide is the last"
Line 36... Line 36...
36
#endif
36
#endif
Line 176... Line 176...
176
{
176
{
177
	address_box.width = Form.width - 266;
177
	address_box.width = Form.width - 266;
178
	WB1.list.SetSizes(0, 44, Form.width - 10 - scroll_wv.size_x, Form.cheight - 44, 0, 10);
178
	WB1.list.SetSizes(0, 44, Form.width - 10 - scroll_wv.size_x, Form.cheight - 44, 0, 10);
179
	WB1.list.column_max = WB1.list.w - 30 / 6;
179
	WB1.list.column_max = WB1.list.w - 30 / 6;
180
	WB1.list.visible = WB1.list.h - 3 / WB1.list.line_h - 2;
180
	WB1.list.visible = WB1.list.h - 3 / WB1.list.line_h - 2;
181
	DrawBufInit();
181
	WB1.DrawBuf.Init(WB1.list.x, WB1.list.y, WB1.list.w, WB1.list.h, WB1.list.line_h);
182
}
182
}
Line 183... Line 183...
183
 
183
 
184
 
184