summaryrefslogtreecommitdiff
path: root/tools/iceit/Unit1.dfm
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-14 15:55:21 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-14 15:55:21 +0000
commite67e0be8696f9f2e9a137b81b1c90a78199bfecc (patch)
tree585a26e873040d7bb9422ef51ffa6a2b34295121 /tools/iceit/Unit1.dfm
parent26ffdc8af913c360c5d29369702ce4c149819375 (diff)
- iceit Miranda64.exe detection (patch from Jerbifor)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/iceit/Unit1.dfm')
-rw-r--r--tools/iceit/Unit1.dfm12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/iceit/Unit1.dfm b/tools/iceit/Unit1.dfm
index 668d8cab85..3f49727fd5 100644
--- a/tools/iceit/Unit1.dfm
+++ b/tools/iceit/Unit1.dfm
@@ -1,6 +1,6 @@
object Form1: TForm1
- Left = 0
- Top = 0
+ Left = 242
+ Top = 134
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Miranda ICE Icon pack patcher | v.0.2.b'
@@ -199,9 +199,9 @@ object Form1: TForm1
object Label2: TLabel
Left = 8
Top = 8
- Width = 114
+ Width = 202
Height = 13
- Caption = 'Path to Miranda32.exe:'
+ Caption = 'Path to Miranda32.exe or Miranda64.exe:'
end
object CheckListBox1: TCheckListBox
Left = 8
@@ -688,9 +688,9 @@ object Form1: TForm1
000000000000}
end
object OpenDialog1: TOpenDialog
- Filter = 'Miranda32.exe|Miranda32.exe'
+ Filter = 'Miranda*.exe|Miranda*.exe'
InitialDir = '.'
- Title = 'Path to Miranda32.exe'
+ Title = 'Path to Miranda32.exe or Miranda64.exe'
Left = 86
Top = 226
end