Subversion Repositories Kolibri OS

Rev

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

Rev 6987 Rev 6990
Line 110... Line 110...
110
PathShow_data FileShow = {0, 56,215, 6, 100, 0, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
110
PathShow_data FileShow = {0, 56,215, 6, 100, 0, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
111
byte cmd_free=0;
111
byte cmd_free=0;
112
#include "include\translations.h"
112
#include "include\translations.h"
113
#include "include\fs.h"
113
#include "include\fs.h"
Line 114... Line -...
114
 
-
 
115
char *fd_path_eolite_ini_path;
-
 
116
 
114
 
117
#include "include\settings.h"
115
#include "include\settings.h"
118
#include "include\progress_dialog.h"
116
#include "include\progress_dialog.h"
119
#include "..\lib\copyf.h"
117
#include "..\lib\copyf.h"
120
#include "include\copy.h"
118
#include "include\copy.h"
Line 138... Line 136...
138
 
136
 
139
	load_dll(boxlib, #box_lib_init,0);
137
	load_dll(boxlib, #box_lib_init,0);
Line 140... Line 138...
140
	load_dll(libini, #lib_init,1);
138
	load_dll(libini, #lib_init,1);
141
 
-
 
Line 142... Line 139...
142
	eolite_ini_path = abspath("Eolite.ini");
139
 
143
	fd_path_eolite_ini_path = "/fd/1/File Managers/Eolite.ini";
140
	eolite_ini_path = abspath("Eolite.ini");
144
	
141
	
145
	LoadIniSettings();
142
	LoadIniSettings();
146
	SystemDiscs.Get();
143
	SystemDiscs.Get();
147
	SetAppColors();
144
	SetAppColors();
Line 148... Line 145...
148
	if (param)
145
	if (param)
149
	{
146
	{
150
		if (param[strlen(#param)-1]=='/') param[strlen(#param)-1]=NULL; //no "/" in the end
147
		if (strlen(#param)>1) && (param[strlen(#param)-1]=='/') param[strlen(#param)-1]=NULL; //no "/" in the end
151
 
148