diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iceit/Unit1.pas | 4 | ||||
-rw-r--r-- | tools/iceit/bin/iceit.exe | bin | 193536 -> 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 Binary files differindex 95e9fbe0d7..da0d5f4e9f 100644 --- a/tools/iceit/bin/iceit.exe +++ b/tools/iceit/bin/iceit.exe |