summaryrefslogtreecommitdiff
path: root/tools/iceit/Unit1.pas
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iceit/Unit1.pas')
-rw-r--r--tools/iceit/Unit1.pas2
1 files changed, 1 insertions, 1 deletions
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\*.*';