mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +02:00
IDE: initial setup dlg: give hint where to get FPC and FPC-SRC
git-svn-id: trunk@41680 -
This commit is contained in:
parent
31bb5200d0
commit
b8c31f0f08
@ -1883,7 +1883,10 @@ begin
|
|||||||
then
|
then
|
||||||
s:=lisDirectory+EnvironmentOptions.GetParsedFPCSourceDirectory+LineEnding+
|
s:=lisDirectory+EnvironmentOptions.GetParsedFPCSourceDirectory+LineEnding+
|
||||||
LineEnding+s;
|
LineEnding+s;
|
||||||
FPCSrcDirMemo.Text:=s+Note;
|
s+=Note;
|
||||||
|
if Quality<>sddqCompatible then
|
||||||
|
s+=#13+lisYouCanDownloadFPCAndTheFPCSourcesFromHttpSourcefor;
|
||||||
|
FPCSrcDirMemo.Text:=s;
|
||||||
|
|
||||||
ImageIndex:=QualityToImgIndex(Quality);
|
ImageIndex:=QualityToImgIndex(Quality);
|
||||||
TVNodeFPCSources.ImageIndex:=ImageIndex;
|
TVNodeFPCSources.ImageIndex:=ImageIndex;
|
||||||
|
@ -831,6 +831,9 @@ resourcestring
|
|||||||
lisWarning = 'Warning: ';
|
lisWarning = 'Warning: ';
|
||||||
lisFile2 = 'File: ';
|
lisFile2 = 'File: ';
|
||||||
lisDirectory = 'Directory: ';
|
lisDirectory = 'Directory: ';
|
||||||
|
lisYouCanDownloadFPCAndTheFPCSourcesFromHttpSourcefor = 'You can download '
|
||||||
|
+'FPC and the FPC sources from http://sourceforge.net/projects/lazarus/?'
|
||||||
|
+'source=directory';
|
||||||
lisSaveChanges = 'Save changes?';
|
lisSaveChanges = 'Save changes?';
|
||||||
lisSaveFileBeforeClosingForm = 'Save file %s%s%s%sbefore closing form %s%s%s?';
|
lisSaveFileBeforeClosingForm = 'Save file %s%s%s%sbefore closing form %s%s%s?';
|
||||||
lisUnableToRenameFormInSource = 'Unable to rename form in source.';
|
lisUnableToRenameFormInSource = 'Unable to rename form in source.';
|
||||||
|
Loading…
Reference in New Issue
Block a user