diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-15 14:42:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-15 14:42:44 +0000 |
commit | 8302f9790a205c03f138944df332a6295d9784f5 (patch) | |
tree | 1d05cb9baabe24bac440761bba3b9991996441d5 /tools/iceit | |
parent | e31d4187173be64cb2cd947f028f8db629f54227 (diff) |
- 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
Diffstat (limited to 'tools/iceit')
-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\*.*';
|