mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:56:02 +02:00
IDE: don't mention SVN in About dialog anymore
(cherry picked from commit b4fe9ca026
)
This commit is contained in:
parent
3827e643eb
commit
509459daf2
@ -176,7 +176,7 @@ begin
|
||||
Notebook.PageIndex:=0;
|
||||
Caption:=lisAboutLazarus;
|
||||
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
|
||||
RevisionLabel.Caption := lisSVNRevision+LazarusRevisionStr;
|
||||
RevisionLabel.Caption := lisRevision+LazarusRevisionStr;
|
||||
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
||||
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};
|
||||
PlatformLabel.Caption:=GetCompiledTargetCPU+'-'+GetCompiledTargetOS
|
||||
|
@ -1141,7 +1141,7 @@ resourcestring
|
||||
lisVerToClipboard = 'Copy version information to clipboard';
|
||||
lisDate = 'Date';
|
||||
lisFPCVersion = 'FPC Version: ';
|
||||
lisSVNRevision = 'SVN Revision: ';
|
||||
lisRevision = 'Revision: ';
|
||||
lisPrior = 'prior %s';
|
||||
lisWelcomeToLazarusThereIsAlreadyAConfigurationFromVe = 'Welcome to Lazarus %s'
|
||||
+'%sThere is already a configuration from version %s in'
|
||||
|
@ -1148,7 +1148,7 @@ begin
|
||||
end;
|
||||
if IsVersionRequested then
|
||||
begin
|
||||
WriteHelp(GetLazarusVersionString+' '+lisSVNRevision+LazarusRevisionStr);
|
||||
WriteHelp(GetLazarusVersionString+' '+lisRevision+LazarusRevisionStr);
|
||||
exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user