cleaned up resource strings after compiler options changes

git-svn-id: trunk@6351 -
This commit is contained in:
vincents 2004-12-09 13:22:44 +00:00
parent 5da54bbcd4
commit 809c5a0cec
2 changed files with 3 additions and 7 deletions

View File

@ -1343,7 +1343,7 @@ begin
with chkSmartLinkUnit do
begin
Parent := grpSmartLinkUnit;
Caption := 'Smart Linking (-CX)';
Caption := dlgCOSmartLinkable + ' (-CX)';
Top := 5;
Left := 5;
Width := Parent.ClientWidth-13;

View File

@ -896,9 +896,7 @@ resourcestring
dlgCOAnsiStr = 'Use Ansi Strings';
dlgGPCComp = 'GPC (GNU Pascal Compiler) Compatible';
dlgCOUnitStyle = 'Unit Style:';
dlgStatic = 'Static';
dlgDynamic = 'Dynamic';
dlgCOSmart = 'Smart';
dlgCOSmartLinkable = 'Smart Linkable';
dlgCOChecks = 'Checks:';
dlgCORange = 'Range';
dlgCOOverflow = 'Overflow';
@ -925,9 +923,7 @@ resourcestring
dlgCOValgrind = 'Generate code for valgrind';
dlgGPROF = 'Generate code for gprof';
dlgCOStrip = 'Strip Symbols From Executable';
dlgLinkLibraries = 'Link Libraries:';
dlgLinkDinLibs = 'Link With Dynamic Libraries';
dlgLinkStatLibs = 'Link With Static Libraries';
dlgLinkLibraries = 'Link Style:';
dlgLinkSmart = 'Link Smart';
dlgPassOptsLinker = 'Pass Options To The Linker (Delimiter is space)';
lisCOTargetOSSpecificOptions = 'Target OS specific options';