Debugger, Evaluate/Modify dialog: improved localization

git-svn-id: trunk@30623 -
This commit is contained in:
maxim 2011-05-08 16:02:31 +00:00
parent 1f7970e2eb
commit e510ee54a0
2 changed files with 7 additions and 0 deletions

View File

@ -101,6 +101,10 @@ begin
tbWatch.Caption := lisWatch;
tbInspect.Caption := lisInspect;
Label1.Caption := lisDBGEMExpression;
Label2.Caption := lisDBGEMResult;
lblNewValue.Caption := lisDBGEMNewValue;
ToolBar1.Images := IDEImages.Images_16;
tbInspect.ImageIndex := IDEImages.LoadImage(16, 'debugger_inspect');
tbWatch.ImageIndex := IDEImages.LoadImage(16, 'debugger_watches');

View File

@ -4636,6 +4636,9 @@ resourcestring
lisModify = '&Modify';
lisWatch = '&Watch';
lisInspect = '&Inspect';
lisDBGEMExpression = '&Expression:';
lisDBGEMResult = '&Result:';
lisDBGEMNewValue = '&New value:';
// Breakpoint Properties Dialog
lisBreakPointProperties = 'Breakpoint Properties';