Packager: improve 'Missing package files' dialog localization

git-svn-id: trunk@29088 -
This commit is contained in:
maxim 2011-01-17 23:54:03 +00:00
parent a3ab5687f0
commit 36f561684e
2 changed files with 6 additions and 5 deletions

View File

@ -11,11 +11,12 @@ object MissingPkgFilesDialog: TMissingPkgFilesDialog
LCLVersion = '0.9.31'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 42
Top = 334
Height = 34
Top = 342
Width = 465
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
OKButton.OnClick = ButtonPanel1Click
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
HelpButton.Enabled = False
@ -29,12 +30,12 @@ object MissingPkgFilesDialog: TMissingPkgFilesDialog
end
object FilesTreeView: TTreeView
Left = 6
Height = 322
Height = 330
Top = 6
Width = 465
Align = alClient
BorderSpacing.Around = 6
DefaultItemHeight = 19
DefaultItemHeight = 15
TabOrder = 1
end
end

View File

@ -69,7 +69,7 @@ end;
procedure TMissingPkgFilesDialog.FormCreate(Sender: TObject);
begin
ButtonPanel1.OKButton.OnClick:=@ButtonPanel1Click;
ButtonPanel1.CancelButton.Caption:=dlgCancel;
end;
procedure TMissingPkgFilesDialog.ButtonPanel1Click(Sender: TObject);