summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/iceit/Project1.exebin182784 -> 182784 bytes
-rw-r--r--tools/iceit/Unit1.pas2
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/iceit/Project1.exe b/tools/iceit/Project1.exe
index 5bb21a117c..de3702b9a2 100644
--- a/tools/iceit/Project1.exe
+++ b/tools/iceit/Project1.exe
Binary files differ
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\*.*';