diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-17 08:41:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-17 08:41:41 +0000 |
commit | b1ab118bcc78acc13db888f0dee2b3d5349dec48 (patch) | |
tree | b679f503ab6bc2eb40e335b2e3c0ab48f2166fc9 /tools | |
parent | 12c66ee68abe0994abc0733f5e1747648a832734 (diff) |
- iceit: cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@3124 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iceit/Project1.exe | bin | 182784 -> 0 bytes | |||
-rw-r--r-- | tools/iceit/Unit1.dcu | bin | 22507 -> 0 bytes | |||
-rw-r--r-- | tools/iceit/Unit1.pas | 24 | ||||
-rw-r--r-- | tools/iceit/bin/iceit.exe | bin | 0 -> 183808 bytes | |||
-rw-r--r-- | tools/iceit/upx.exe | bin | 271872 -> 293888 bytes |
5 files changed, 12 insertions, 12 deletions
diff --git a/tools/iceit/Project1.exe b/tools/iceit/Project1.exe Binary files differdeleted file mode 100644 index de3702b9a2..0000000000 --- a/tools/iceit/Project1.exe +++ /dev/null diff --git a/tools/iceit/Unit1.dcu b/tools/iceit/Unit1.dcu Binary files differdeleted file mode 100644 index d5f27d3cfd..0000000000 --- a/tools/iceit/Unit1.dcu +++ /dev/null diff --git a/tools/iceit/Unit1.pas b/tools/iceit/Unit1.pas index 84444ba3bf..c0541fcabf 100644 --- a/tools/iceit/Unit1.pas +++ b/tools/iceit/Unit1.pas @@ -423,8 +423,8 @@ begin ProgressBar1.Position := n;
S := GetValue(CheckListBox1.Items[n], 0);
S := LowerCase(S);
- if n < PluginsItem then F := '\icons' else
- if n < coreitem then F := '\plugins' else F := '\core';
+ if n < IconsItem then F := '\core' else
+ if n < PluginsItem then F := '\icons' else F := '\plugins';
StatusBar1.Panels[0].Text := ' Processing: ' + S;
if (S = 'miranda32') or (S = 'miranda64') then
begin
@@ -527,12 +527,12 @@ begin AssignFile(Log, 'iceit.log');
Rewrite(Log);
IcePath := ExtractFilePath(ParamStr(0));
- // Icons
- CheckListBox1.Items.Add('icons|NONE|');
- IconsItem := CheckListBox1.Items.Count-1;
- CheckListBox1.Header[IconsItem] := True;
+ // Core
+ CheckListBox1.Items.Add('core|NONE|');
+ CoreItem := CheckListBox1.Items.Count-1;
+ CheckListBox1.Header[CoreItem] := True;
FindData.dwFileAttributes := FILE_ATTRIBUTE_NORMAL;
- FilePath := IcePath + '\icons\*.*';
+ FilePath := IcePath + '\core\*.*';
FindHandle := FindFirstFile(PChar(FilePath), FindData);
if FindHandle <> INVALID_HANDLE_VALUE then
begin
@@ -567,12 +567,12 @@ begin end;
end;
Windows.FindClose(FindHandle);
- // core
- CheckListBox1.Items.Add('core|NONE|');
- CoreItem := CheckListBox1.Items.Count-1;
- CheckListBox1.Header[PluginsItem] := True;
+ // Icons
+ CheckListBox1.Items.Add('icons|NONE|');
+ IconsItem := CheckListBox1.Items.Count-1;
+ CheckListBox1.Header[IconsItem] := True;
FindData.dwFileAttributes := FILE_ATTRIBUTE_NORMAL;
- FilePath := IcePath + '\core\*.*';
+ FilePath := IcePath + '\icons\*.*';
FindHandle := FindFirstFile(PChar(FilePath), FindData);
if FindHandle <> INVALID_HANDLE_VALUE then
begin
diff --git a/tools/iceit/bin/iceit.exe b/tools/iceit/bin/iceit.exe Binary files differnew file mode 100644 index 0000000000..67ca08a5ea --- /dev/null +++ b/tools/iceit/bin/iceit.exe diff --git a/tools/iceit/upx.exe b/tools/iceit/upx.exe Binary files differindex 6266213c65..e23a9ed9b0 100644 --- a/tools/iceit/upx.exe +++ b/tools/iceit/upx.exe |