forked from KolibriOS/kolibrios
fix: used wrong define
git-svn-id: svn://kolibrios.org@5464 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
97789e09b9
commit
2dc8a43f9b
@ -102,7 +102,7 @@ void DrawSettingsCheckBoxes()
|
|||||||
{
|
{
|
||||||
CheckBox2(10, 11, 20, SET_1, show_dev_name);
|
CheckBox2(10, 11, 20, SET_1, show_dev_name);
|
||||||
CheckBox2(10, 33, 21, SET_2, real_files_names_case);
|
CheckBox2(10, 33, 21, SET_2, real_files_names_case);
|
||||||
CheckBox2(10, 55, 22, SET_3, info_after_copy);
|
CheckBox2(10, 55, 22, SET_4, info_after_copy);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user