IDE: compiler options: label target CPU family

git-svn-id: trunk@16421 -
This commit is contained in:
mattias 2008-09-05 00:13:14 +00:00
parent 309d5ab422
commit a9ee160709
2 changed files with 2 additions and 2 deletions

View File

@ -1254,7 +1254,7 @@ begin
ItemIndex:=0;
end;
lblTargetCPU.Caption :=dlgTargetCPU+' (-P)';
lblTargetCPU.Caption :=dlgTargetCPUFamily+' (-P)';
with TargetCPUComboBox do begin
with Items do begin

View File

@ -1264,7 +1264,7 @@ resourcestring
dlgLevel2Opt = 'Level 2 (Level 1 + quick optimizations)';
dlgLevel3Opt = 'Level 3 (Level 2 + slow optimizations)';
dlgTargetOS = 'Target OS';
dlgTargetCPU = 'Target CPU';
dlgTargetCPUFamily = 'Target CPU family';
dlgCODebugging = 'Debugging:';
dlgCOGDB = 'Generate Debugging Info For GDB (Slows Compiling)';
dlgCODBX = 'Generate Debugging Info For DBX (Slows Compiling)';