summaryrefslogtreecommitdiff
path: root/tools/langpackmgr/unit1.lfm
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-27 07:35:46 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-27 07:35:46 +0000
commit15b0fa58cc06f1cb25da6f2ddc9f17113eedb71c (patch)
tree0a82c9c23248cf7a93c56dba1cafa57661d105d8 /tools/langpackmgr/unit1.lfm
parentf230de50ea95c26a550666a8bca2445d6b8061c3 (diff)
langpacks/belarusian: update (from Jerbifor)
replacer is now combined with langpackmgr git-svn-id: http://svn.miranda-ng.org/main/trunk@7386 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/langpackmgr/unit1.lfm')
-rw-r--r--tools/langpackmgr/unit1.lfm46
1 files changed, 46 insertions, 0 deletions
diff --git a/tools/langpackmgr/unit1.lfm b/tools/langpackmgr/unit1.lfm
index ae62917e23..76c8ce4d9a 100644
--- a/tools/langpackmgr/unit1.lfm
+++ b/tools/langpackmgr/unit1.lfm
@@ -138,4 +138,50 @@ object Form1: TForm1
Caption = 'Other langs:'
ParentColor = False
end
+ object Edit1: TEdit
+ Left = 8
+ Height = 21
+ Top = 8
+ Width = 400
+ TabOrder = 10
+ Visible = False
+ end
+ object Edit2: TEdit
+ Left = 8
+ Height = 21
+ Top = 36
+ Width = 400
+ TabOrder = 11
+ Visible = False
+ end
+ object Button5: TButton
+ Left = 416
+ Height = 21
+ Top = 8
+ Width = 83
+ Caption = 'Find'
+ OnClick = Button5Click
+ TabOrder = 12
+ Visible = False
+ end
+ object Button6: TButton
+ Left = 416
+ Height = 21
+ Top = 36
+ Width = 83
+ Caption = 'Replace'
+ OnClick = Button6Click
+ TabOrder = 13
+ Visible = False
+ end
+ object CheckListBox1: TCheckListBox
+ Left = 8
+ Height = 272
+ Top = 64
+ Width = 491
+ Columns = 2
+ ItemHeight = 0
+ TabOrder = 14
+ Visible = False
+ end
end