mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-20 14:19:27 +02:00
Debugger: localized Assembler dialog caption
git-svn-id: trunk@28628 -
This commit is contained in:
parent
fe9caf05b9
commit
9ca92e0292
@ -208,6 +208,8 @@ begin
|
|||||||
inherited Create(AOwner);
|
inherited Create(AOwner);
|
||||||
// DoubleBuffered := True;
|
// DoubleBuffered := True;
|
||||||
|
|
||||||
|
Caption := lisDisAssAssembler;
|
||||||
|
|
||||||
pbAsm.Font.Height := EditorOpts.EditorFontHeight;
|
pbAsm.Font.Height := EditorOpts.EditorFontHeight;
|
||||||
pbAsm.Font.Name := EditorOpts.EditorFont;
|
pbAsm.Font.Name := EditorOpts.EditorFont;
|
||||||
Caption := lisMenuViewAssembler;
|
Caption := lisMenuViewAssembler;
|
||||||
|
@ -5085,6 +5085,9 @@ resourcestring
|
|||||||
lisConvDelphiDelphiPackageMainSourceDpkFileNotFoundForPackage = 'Delphi '
|
lisConvDelphiDelphiPackageMainSourceDpkFileNotFoundForPackage = 'Delphi '
|
||||||
+'package main source (.dpk) file not found for package%s%s';
|
+'package main source (.dpk) file not found for package%s%s';
|
||||||
|
|
||||||
|
//Disassembler dialog
|
||||||
|
lisDisAssAssembler = 'Assembler';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user