mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:19:14 +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);
|
||||
// DoubleBuffered := True;
|
||||
|
||||
Caption := lisDisAssAssembler;
|
||||
|
||||
pbAsm.Font.Height := EditorOpts.EditorFontHeight;
|
||||
pbAsm.Font.Name := EditorOpts.EditorFont;
|
||||
Caption := lisMenuViewAssembler;
|
||||
|
@ -5085,6 +5085,9 @@ resourcestring
|
||||
lisConvDelphiDelphiPackageMainSourceDpkFileNotFoundForPackage = 'Delphi '
|
||||
+'package main source (.dpk) file not found for package%s%s';
|
||||
|
||||
//Disassembler dialog
|
||||
lisDisAssAssembler = 'Assembler';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user