From 8302f9790a205c03f138944df332a6295d9784f5 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 15 Jan 2013 14:42:44 +0000 Subject: - iceit: one more 'Core' folder fix (patch from Jerbifor) git-svn-id: http://svn.miranda-ng.org/main/trunk@3110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/iceit/Project1.exe | Bin 182784 -> 182784 bytes tools/iceit/Unit1.pas | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/iceit/Project1.exe b/tools/iceit/Project1.exe index 5bb21a117c..de3702b9a2 100644 Binary files a/tools/iceit/Project1.exe and b/tools/iceit/Project1.exe 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\*.*'; -- cgit v1.2.3