diff options
-rw-r--r-- | tools/iceit/Project1.exe | bin | 182784 -> 182784 bytes | |||
-rw-r--r-- | tools/iceit/Unit1.pas | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/iceit/Project1.exe b/tools/iceit/Project1.exe Binary files differindex 5bb21a117c..de3702b9a2 100644 --- a/tools/iceit/Project1.exe +++ b/tools/iceit/Project1.exe diff --git a/tools/iceit/Unit1.pas b/tools/iceit/Unit1.pas index 8ed8e36f04..84444ba3bf 100644 --- a/tools/iceit/Unit1.pas +++ b/tools/iceit/Unit1.pas @@ -569,7 +569,7 @@ begin Windows.FindClose(FindHandle);
// core
CheckListBox1.Items.Add('core|NONE|');
- PluginsItem := CheckListBox1.Items.Count-1;
+ CoreItem := CheckListBox1.Items.Count-1;
CheckListBox1.Header[PluginsItem] := True;
FindData.dwFileAttributes := FILE_ATTRIBUTE_NORMAL;
FilePath := IcePath + '\core\*.*';
|