diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-20 10:45:02 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-20 10:45:02 +0000 |
commit | 7acd60188e06cde1d82fa2c4774eba8e5dc7b000 (patch) | |
tree | 8d292ebc2543aaef4d88e72729d7702a180bb254 /tools/langpackmgr/unit1.lfm | |
parent | c658612fd057e86aa024e9b2de4353e15dbf5fe4 (diff) |
LangPackMgr update (from Jebifor)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/langpackmgr/unit1.lfm')
-rw-r--r-- | tools/langpackmgr/unit1.lfm | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/tools/langpackmgr/unit1.lfm b/tools/langpackmgr/unit1.lfm index 1f572fc5f7..cf741b9ecd 100644 --- a/tools/langpackmgr/unit1.lfm +++ b/tools/langpackmgr/unit1.lfm @@ -57,7 +57,6 @@ object Form1: TForm1 Height = 21
Top = 8
Width = 72
- Enabled = False
ItemHeight = 13
ItemIndex = 0
Items.Strings = (
@@ -130,13 +129,12 @@ object Form1: TForm1 )
TabOrder = 9
end
- object CheckBox1: TCheckBox
- Left = 400
- Height = 17
- Top = 12
- Width = 104
- Caption = 'Other languages:'
- Enabled = False
- TabOrder = 10
+ object Label1: TLabel
+ Left = 448
+ Height = 14
+ Top = 15
+ Width = 61
+ Caption = 'Other langs:'
+ ParentColor = False
end
end
|