Subversion Repositories Kolibri OS

Rev

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

Rev 8764 Rev 8765
Line 1... Line 1...
1
//Leency, Veliant, Punk_Joker, PavelYakov & KolibriOS Team 2008-2021
1
//Leency, Veliant, Punk_Joker, PavelYakov & KolibriOS Team 2008-2021
2
//GNU GPL license.
2
//GNU GPL license.
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
// 70.5 - get volume info and label
4
// 70.5 - get volume info and label
5
 
5
 
Line 6... Line 6...
6
#define TITLE "Eolite File Manager 4.6"
6
#define TITLE "Eolite File Manager 4.61"
7
#define ABOUT_TITLE "EOLITE 4.6"
7
#define ABOUT_TITLE "EOLITE 4.61"
8
 
8
 
Line 216... Line 216...
216
void main() 
216
void main() 
217
{
217
{
218
	dword id;
218
	dword id;
219
	int old_cur_y;
219
	int old_cur_y;
Line -... Line 220...
-
 
220
 
-
 
221
	load_libraries();
-
 
222
	SetAppColors();
220
 
223
 
221
	handle_param();
224
	handle_param();
Line 222... Line 225...
222
	ESBYTE[0] = NULL;
225
	ESBYTE[0] = NULL;
Line 223... Line -...
223
 
-
 
224
	rand_n = random(80);
-
 
225
 
-
 
226
	load_libraries();	
226
 
227
 
227
	rand_n = random(80);
Line 228... Line 228...
228
	SetAppColors();
228
 
229
	LoadIniSettings();
229
	LoadIniSettings();