Subversion Repositories Kolibri OS

Rev

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

Rev 4492 Rev 4497
Line 23... Line 23...
23
//images
23
//images
24
#include "img\toolbar_icons.c"
24
#include "img\toolbar_icons.c"
25
#include "img\URLgoto.txt";
25
#include "img\URLgoto.txt";
Line 26... Line 26...
26
 
26
 
27
#ifdef LANG_RUS
27
#ifdef LANG_RUS
28
	char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.63";
28
	char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.64";
29
	?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
29
	?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
30
	?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
30
	?define T_LAST_SLIDE "â® ¯®á«¥¤­¨© á« ©¤"
31
#else
31
#else
32
	char version[]=" Text-based Browser 0.99.63";
32
	char version[]=" Text-based Browser 0.99.64";
33
	?define IMAGES_CACHE_CLEARED "Images cache cleared"
33
	?define IMAGES_CACHE_CLEARED "Images cache cleared"
34
	?define T_LAST_SLIDE "This slide is the last"
34
	?define T_LAST_SLIDE "This slide is the last"
Line 35... Line 35...
35
#endif
35
#endif
Line 62... Line 62...
62
	if (load_dll2(libimg, #libimg_init,1)!=0) debug("Error: library doesn't exists - libimg");
62
	if (load_dll2(libimg, #libimg_init,1)!=0) debug("Error: library doesn't exists - libimg");
Line 63... Line 63...
63
	
63
	
64
	if (!URL) strcpy(#URL, "/sys/index.htm");
64
	if (!URL) strcpy(#URL, "/sys/index.htm");
Line -... Line 65...
-
 
65
	strcpy(#editURL, #URL);
65
	strcpy(#editURL, #URL);
66
	
66
	
67
	CursorPointer.Load(#CursorFile);
67
	Form.width=WIN_W;
68
	Form.width=WIN_W;
68
	Form.height=WIN_H;
69
	Form.height=WIN_H;