Subversion Repositories Kolibri OS

Rev

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

Rev 8780 Rev 8789
Line 292... Line 292...
292
	if (big_icons.checked) {
292
	if (big_icons.checked) {
293
		icon_size=32; 
293
		icon_size = 32; 
294
		LoadIcons();
294
		LoadIcons();
295
	} else {
295
	} else {
296
		icon_size=16; 
296
		icon_size = icons16_default.w; 
297
	}
297
	}
298
	BigFontsChange();
298
	BigFontsChange();
299
}
299
}
300
 
300
 
Line 301... Line 301...
301
void SetDefaultPath(dword p)
301
void SetDefaultPath(dword p)