Subversion Repositories Kolibri OS

Rev

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

Rev 6050 Rev 6176
Line 371... Line 371...
371
	DrawPropertiesCheckBoxes();
371
	DrawPropertiesCheckBoxes();
372
}
372
}
Line 373... Line 373...
373
 
373
 
374
void DrawPropertiesCheckBoxes()
374
void DrawPropertiesCheckBoxes()
375
{
375
{
376
	CheckBox2(22, flags_frame.start_y + 14, 20, PR_T_ONLY_READ, atr_readonly);
376
	CheckBox(22, flags_frame.start_y + 14, 20, PR_T_ONLY_READ, atr_readonly);
377
	CheckBox2(22, flags_frame.start_y + 36, 21, PR_T_HIDDEN, atr_hidden);
377
	CheckBox(22, flags_frame.start_y + 36, 21, PR_T_HIDDEN, atr_hidden);
378
	CheckBox2(22, flags_frame.start_y + 58, 22, PR_T_SYSTEM, atr_system);
378
	CheckBox(22, flags_frame.start_y + 58, 22, PR_T_SYSTEM, atr_system);
379
}
379
}