diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-20 10:58:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-20 10:58:59 +0000 |
commit | ae07519895c1ee5a047deed2d616fb94c8e5bcd7 (patch) | |
tree | b6cddb8dfbe53a461aeea2d065e4c81cd41b6395 /tools | |
parent | 7acd60188e06cde1d82fa2c4774eba8e5dc7b000 (diff) |
LangPackMgr update MK2 (from Jebifor)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/langpackmgr/Unit1.pas | 2 | ||||
-rw-r--r-- | tools/langpackmgr/unit1.lfm | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/tools/langpackmgr/Unit1.pas b/tools/langpackmgr/Unit1.pas index 86a7dae5ed..43856e383c 100644 --- a/tools/langpackmgr/Unit1.pas +++ b/tools/langpackmgr/Unit1.pas @@ -260,7 +260,7 @@ begin end;
procedure tform1.Button4Click(Sender: TObject);
- var str:widestring; i:integer;
+ var str:string; i:integer;
begin
str:='http://translate.google.com/?hl=&ie=yhgg#auto/';
if locale='belarusian' then str:=str+'be/';
diff --git a/tools/langpackmgr/unit1.lfm b/tools/langpackmgr/unit1.lfm index cf741b9ecd..b32e674905 100644 --- a/tools/langpackmgr/unit1.lfm +++ b/tools/langpackmgr/unit1.lfm @@ -71,25 +71,25 @@ object Form1: TForm1 Left = 136
Height = 21
Top = 312
- Width = 43
+ Width = 56
Caption = 'Copy'
OnClick = Button3Click
TabOrder = 5
end
object Button4: TButton
- Left = 184
+ Left = 200
Height = 21
Top = 312
- Width = 43
+ Width = 56
Caption = 'Google'
OnClick = Button4Click
TabOrder = 6
end
object Button2: TButton
- Left = 232
+ Left = 264
Height = 21
Top = 312
- Width = 43
+ Width = 56
Caption = 'Find'
Enabled = False
OnClick = Button2Click
@@ -108,7 +108,7 @@ object Form1: TForm1 Left = 136
Height = 35
Top = 0
- Width = 137
+ Width = 169
AutoFill = True
Caption = 'View'
ChildSizing.LeftRightSpacing = 6
@@ -120,7 +120,7 @@ object Form1: TForm1 ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 17
- ClientWidth = 133
+ ClientWidth = 165
Columns = 2
ItemIndex = 0
Items.Strings = (
@@ -130,7 +130,7 @@ object Form1: TForm1 TabOrder = 9
end
object Label1: TLabel
- Left = 448
+ Left = 424
Height = 14
Top = 15
Width = 61
|