summaryrefslogtreecommitdiff
path: root/tools/iceit
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-06-13 19:36:58 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-06-13 19:36:58 +0000
commit27c5010670c56ec3244967a2d692331e3bb83327 (patch)
tree500babcfbee726f6f87159c7af1ff348238c22bf /tools/iceit
parentf0656b7f914db75ba8400cefe22cd70ad0b5620b (diff)
Iceit - more correct version
git-svn-id: http://svn.miranda-ng.org/main/trunk@14148 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/iceit')
-rw-r--r--tools/iceit/Unit1.pas4
-rw-r--r--tools/iceit/bin/iceit.exebin193536 -> 193536 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/iceit/Unit1.pas b/tools/iceit/Unit1.pas
index 6b5bfaa97c..614df63878 100644
--- a/tools/iceit/Unit1.pas
+++ b/tools/iceit/Unit1.pas
@@ -432,8 +432,8 @@ begin
ProgressBar1.Position := n;
S := GetValue(CheckListBox1.Items[n], 0);
S := LowerCase(S);
- // keep the order as for FillCombo function (atm Core<Plugins<Icons)
- if n < LibsItem then F := '\ '
+ // keep the order as for FillCombo function (atm Core<Libs<Plugins<Icons)
+ if n < LibsItem then F := '\core'
else if n < PluginsItem then F := '\libs'
else if n < IconsItem then F := '\icons'
else F := '\plugins';
diff --git a/tools/iceit/bin/iceit.exe b/tools/iceit/bin/iceit.exe
index 95e9fbe0d7..da0d5f4e9f 100644
--- a/tools/iceit/bin/iceit.exe
+++ b/tools/iceit/bin/iceit.exe
Binary files differ