Subversion Repositories Kolibri OS

Rev

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

Rev 6806 Rev 7004
Line 120... Line 120...
120
	WriteText(6, y.inc(28), 0xD0, system.color.work_text, START_PATH);
120
	WriteText(6, y.inc(28), 0xD0, system.color.work_text, START_PATH);
121
	path_start_ed.top = y.inc(23);
121
	path_start_ed.top = y.inc(23);
122
	path_start_ed.left = x;
122
	path_start_ed.left = x;
123
	DrawEditBox(#path_start_ed);
123
	DrawEditBox(#path_start_ed);
124
	but_x = DrawFlatButton(x-1, y.inc(34), 6, SAVE_PATH_AS_DEFAULT);
124
	but_x = DrawStandartCaptButton(x-1, y.inc(34), 6, SAVE_PATH_AS_DEFAULT);
125
	DrawFlatButton(x-1+but_x, y.inc(0), 7, SAVE_START_PATH_AS_DEFAULT);
125
	DrawStandartCaptButton(x-1+but_x, y.inc(0), 7, SAVE_START_PATH_AS_DEFAULT);
126
	DrawFlatButton(x-1, y.inc(38), 5, EDIT_FILE_ASSOCIATIONS);
126
	DrawStandartCaptButton(x-1, y.inc(38), 5, EDIT_FILE_ASSOCIATIONS);
127
}
127
}
128
 
128
 
Line 129... Line 129...
129
 
129
 
130
void LoadIniSettings()
130
void LoadIniSettings()
131
{
131
{
132
	files.SetFont(6, 9, 10000000b);
-
 
133
	FileShow.font_size_x = files.font_w;
-
 
134
	FileShow.font_number = 0;
132
	files.SetFont(6, 9, 10000000b);
135
	ini_get_int stdcall   (eolite_ini_path, #config_section, "ShowDeviceName",    1); show_dev_name = EAX;
133
	ini_get_int stdcall   (eolite_ini_path, #config_section, "ShowDeviceName",    1); show_dev_name = EAX;
136
	ini_get_int stdcall   (eolite_ini_path, #config_section, "ShowStatusBar",    1); show_status_bar = EAX;
134
	ini_get_int stdcall   (eolite_ini_path, #config_section, "ShowStatusBar",    1); show_status_bar = EAX;
137
	ini_get_int stdcall   (eolite_ini_path, #config_section, "RealFileNamesCase", 1); real_files_names_case = EAX;
135
	ini_get_int stdcall   (eolite_ini_path, #config_section, "RealFileNamesCase", 1); real_files_names_case = EAX;
138
	ini_get_int stdcall   (eolite_ini_path, #config_section, "InfoAfterCopy",     0); info_after_copy = EAX;
136
	ini_get_int stdcall   (eolite_ini_path, #config_section, "InfoAfterCopy",     0); info_after_copy = EAX;