From c85ab4b527114590428e8bedb07d0c54cdf68bf9 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 13 Oct 2013 13:10:45 +0000 Subject: small fix git-svn-id: http://svn.miranda-ng.org/main/trunk@6491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/iceit/Unit1.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/iceit/Unit1.pas b/tools/iceit/Unit1.pas index 0381147e42..703ed3cdea 100644 --- a/tools/iceit/Unit1.pas +++ b/tools/iceit/Unit1.pas @@ -443,8 +443,8 @@ begin xFilePath := MirandaPath + '\' + S + '.exe'; //in order not to duplicate existing packages of icons (miranda32) for miranda 64 // will not work if there are two files (miranda32.exe and miranda64.exe) - if not FileExists(mirandapath+'\miranda32.exe') then - xFilePath := MirandaPath + '\Miranda64.exe'; + if not FileExists(MirandaPath + '\miranda32.exe') then + xFilePath := MirandaPath + '\miranda64.exe'; xIcoPath := IcePath + F + '\' + S + '\' + S; end else -- cgit v1.2.3