Subversion Repositories Kolibri OS

Rev

Rev 4081 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4081 Rev 4085
Line 1... Line 1...
1
//HTML Viewer in C--
1
//HTML Viewer in C--
2
//Copyright 2007-2013 by Veliant & Leency
2
//Copyright 2007-2013 by Veliant & Leency
3
//Asper, lev, Lrz, Barsuk, Nable...
3
//Asper, lev, Lrz, Barsuk, Nable...
4
//home icon - rachel fu, GPL licence
4
//home icon - rachel fu, GPL licence
Line -... Line 5...
-
 
5
 
-
 
6
#ifndef AUTOBUILD
-
 
7
	#include "lang.h--"
-
 
8
#endif
5
 
9
 
6
//libraries
10
//libraries
7
#define MEMSIZE 0x100000
11
#define MEMSIZE 0x100000
8
#include "..\lib\kolibri.h"
12
#include "..\lib\kolibri.h"
9
#include "..\lib\strings.h"
13
#include "..\lib\strings.h"
Line 19... Line 23...
19
#include "..\lib\list_box.h"
23
#include "..\lib\list_box.h"
20
//images
24
//images
21
#include "img\toolbar_icons.c"
25
#include "img\toolbar_icons.c"
22
#include "img\URLgoto.txt";
26
#include "img\URLgoto.txt";
Line 23... Line -...
23
 
-
 
24
#ifndef AUTOBUILD
-
 
25
	#include "lang.h--"
-
 
26
#endif
-
 
27
 
27
 
28
#ifdef LANG_RUS
28
#ifdef LANG_RUS
29
	char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.09";
29
	char version[]=" ’¥ªáâ®¢ë© ¡à ã§¥à 0.99.09";
30
	?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
30
	?define IMAGES_CACHE_CLEARED "Šíè ª à⨭®ª ®ç¨é¥­"
31
#else
31
#else