From 3884b938b660d4809139826d3a93c0ff38d18f99 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 3 Nov 2014 17:00:30 +0000 Subject: Ice patcher now can patch up to 1000 icons (thanks Awkward) git-svn-id: http://svn.miranda-ng.org/main/trunk@10912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/iceit/Unit1.pas | 2 +- tools/iceit/bin/iceit.exe | Bin 193536 -> 193536 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/iceit/Unit1.pas b/tools/iceit/Unit1.pas index 703ed3cdea..919bde982e 100644 --- a/tools/iceit/Unit1.pas +++ b/tools/iceit/Unit1.pas @@ -293,7 +293,7 @@ begin case n of 0..8 : IcoFileName := IcoName + ' 00' + IntToStr(n+1) + '.ico'; 9..98 : IcoFileName := IcoName + ' 0' + IntToStr(n+1) + '.ico'; - 99 : IcoFileName := IcoName + ' ' + IntToStr(n+1) + '.ico'; + 99..998 : IcoFileName := IcoName + ' ' + IntToStr(n+1) + '.ico'; end; if not FileExists(IcoFileName) then begin diff --git a/tools/iceit/bin/iceit.exe b/tools/iceit/bin/iceit.exe index fafa2f3dd8..074ad308a7 100644 Binary files a/tools/iceit/bin/iceit.exe and b/tools/iceit/bin/iceit.exe differ -- cgit v1.2.3