Subversion Repositories Kolibri OS

Rev

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

Rev 5980 Rev 5985
Line 17... Line 17...
17
 
17
 
18
#define DEFAULT_FONT   "/sys/fonts/Tahoma.kf"
18
#define DEFAULT_FONT   "/sys/fonts/Tahoma.kf"
Line 19... Line 19...
19
#define DEFAULT_EDITOR "/sys/tinypad"
19
#define DEFAULT_EDITOR "/sys/tinypad"
20
 
20
 
21
#define INTRO_TEXT "This is a plain Text Reader.\nTry to open some text file."
21
#define INTRO_TEXT "This is a plain Text Reader.\nTry to open some text file."
22
#define VERSION "Text Reader v1.03"
22
#define VERSION "Text Reader v1.04"
Line 23... Line 23...
23
#define ABOUT "Idea: Leency, punk_joker
23
#define ABOUT "Idea: Leency, punk_joker
24
Code: Leency, Veliant, KolibriOS Team
24
Code: Leency, Veliant, KolibriOS Team
Line 73... Line 73...
73
{   	
73
{   	
74
	InitDlls();
74
	InitDlls();
Line 75... Line 75...
75
	
75
	
Line 76... Line -...
76
	OpenDialog_init stdcall (#o_dialog);
-
 
77
	
76
	OpenDialog_init stdcall (#o_dialog);
78
	font.no_bg_copy = true;
77
	
Line 79... Line 78...
79
	font.color      = 0;
78
	font.color      = 0;