fix: used wrong define

git-svn-id: svn://kolibrios.org@5464 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-02-24 17:52:18 +00:00
parent 97789e09b9
commit 2dc8a43f9b

View File

@ -102,7 +102,7 @@ void DrawSettingsCheckBoxes()
{
CheckBox2(10, 11, 20, SET_1, show_dev_name);
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);
}