mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 18:17:18 +02:00
cleaned up resource strings after compiler options changes
git-svn-id: trunk@6351 -
This commit is contained in:
parent
5da54bbcd4
commit
809c5a0cec
@ -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;
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user