mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +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
|
||||
s:=lisDirectory+EnvironmentOptions.GetParsedFPCSourceDirectory+LineEnding+
|
||||
LineEnding+s;
|
||||
FPCSrcDirMemo.Text:=s+Note;
|
||||
s+=Note;
|
||||
if Quality<>sddqCompatible then
|
||||
s+=#13+lisYouCanDownloadFPCAndTheFPCSourcesFromHttpSourcefor;
|
||||
FPCSrcDirMemo.Text:=s;
|
||||
|
||||
ImageIndex:=QualityToImgIndex(Quality);
|
||||
TVNodeFPCSources.ImageIndex:=ImageIndex;
|
||||
|
@ -831,6 +831,9 @@ resourcestring
|
||||
lisWarning = 'Warning: ';
|
||||
lisFile2 = 'File: ';
|
||||
lisDirectory = 'Directory: ';
|
||||
lisYouCanDownloadFPCAndTheFPCSourcesFromHttpSourcefor = 'You can download '
|
||||
+'FPC and the FPC sources from http://sourceforge.net/projects/lazarus/?'
|
||||
+'source=directory';
|
||||
lisSaveChanges = 'Save changes?';
|
||||
lisSaveFileBeforeClosingForm = 'Save file %s%s%s%sbefore closing form %s%s%s?';
|
||||
lisUnableToRenameFormInSource = 'Unable to rename form in source.';
|
||||
|
Loading…
Reference in New Issue
Block a user