IDE: remove a duplicate resource string

git-svn-id: trunk@33347 -
This commit is contained in:
juha 2011-11-05 17:50:20 +00:00
parent 8e1a2b754d
commit b5c103dc11
2 changed files with 1 additions and 2 deletions

View File

@ -4058,7 +4058,6 @@ resourcestring
lisPckOptsAutoRebuildWhenRebuildingAll = 'Auto rebuild when rebuilding all';
lisPckOptsManualCompilationNeverAutomatically = 'Manual compilation (never '
+'automatically)';
lisPckOptsLazDocLazarusDocumentation = 'FPDoc files path';
lisPckOptsAddPathsToDependentPackagesProjects = 'Add paths to dependent '
+'packages/projects';
lisPckOptsInclude = 'Include';

View File

@ -125,7 +125,7 @@ begin
UpdateRadioGroup.Items[0] := lisPckOptsAutomaticallyRebuildAsNeeded;
UpdateRadioGroup.Items[1] := lisPckOptsAutoRebuildWhenRebuildingAll;
UpdateRadioGroup.Items[2] := lisPckOptsManualCompilationNeverAutomatically;
LazDocGroupBox.Caption := lisPckOptsLazDocLazarusDocumentation;
LazDocGroupBox.Caption := lisCodeHelpPathsGroupBox;
LazDocPathButton := TPathEditorButton.Create(Self);
with LazDocPathButton do