Subversion Repositories Kolibri OS

Rev

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

Rev 5463 Rev 5464
Line 100... Line 100...
100
 
100
 
101
void DrawSettingsCheckBoxes()
101
void DrawSettingsCheckBoxes()
102
{
102
{
103
	CheckBox2(10, 11, 20, SET_1,  show_dev_name);
103
	CheckBox2(10, 11, 20, SET_1,  show_dev_name);
104
	CheckBox2(10, 33, 21, SET_2,  real_files_names_case);
104
	CheckBox2(10, 33, 21, SET_2,  real_files_names_case);
105
	CheckBox2(10, 55, 22, SET_3,  info_after_copy);
105
	CheckBox2(10, 55, 22, SET_4,  info_after_copy);
Line 106... Line 106...
106
}
106
}
107
 
107