ide: debug output window translation improvements by Marcelo B Paula (patch004 of issue #0014266)

git-svn-id: trunk@21357 -
This commit is contained in:
paul 2009-08-20 16:48:59 +00:00
parent 737b16baf6
commit 8bd93ef6dd
2 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,9 @@ procedure TDbgOutputForm.FormCreate(Sender: TObject);
begin
txtOutput.Lines.Clear;
Caption:= lisMenuViewDebugOutput;
popClear.Caption:=lisUIDClear;
popCopyAll.Caption:=lisCopyAllOutputClipboard;
end;
procedure TDbgOutputForm.Loaded;

View File

@ -4180,6 +4180,9 @@ resourcestring
lisEvalExpression = 'Eval expression';
lisLogMessage = 'Log message';
// Debug Output Dialog
lisCopyAllOutputClipboard = 'Copy all output to clipboard';
// Designer Size Components Dialog
lisShrinkToSmal = 'Shrink to smallest';
lisGrowToLarges = 'Grow to Largest';