Subversion Repositories Kolibri OS

Rev

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

Rev 8839 Rev 8868
Line 19... Line 19...
19
		selected_image = icons16_selected.image;
19
		selected_image = icons16_selected.image;
20
		default_image = icons16_default.image;
20
		default_image = icons16_default.image;
21
		default_icon=2;
21
		default_icon=2;
22
	}
22
	}
Line 23... Line 23...
23
 
23
 
24
	if (ESBYTE[file_path+1]!='k') && (chrnum(file_path, '/')==2) {
24
	if (ESBYTE[file_path+1]!='k') && (ESBYTE[file_path+1]!='s') && (chrnum(file_path, '/')==2) {
25
		if (ESBYTE[file_path+1]=='/') ext[0] = ESBYTE[file_path+2];
25
		if (ESBYTE[file_path+1]=='/') ext[0] = ESBYTE[file_path+2];
26
			else ext[0] = ESBYTE[file_path+1];
26
			else ext[0] = ESBYTE[file_path+1];
27
		ext[1] = '\0';
27
		ext[1] = '\0';
28
		if (big_icons.checked) {
28
		if (big_icons.checked) {