IDE: don't mention SVN in About dialog anymore

(cherry picked from commit b4fe9ca026)
This commit is contained in:
Maxim Ganetsky 2021-07-29 00:26:35 +03:00
parent 3827e643eb
commit 509459daf2
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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'

View File

@ -1148,7 +1148,7 @@ begin
end;
if IsVersionRequested then
begin
WriteHelp(GetLazarusVersionString+' '+lisSVNRevision+LazarusRevisionStr);
WriteHelp(GetLazarusVersionString+' '+lisRevision+LazarusRevisionStr);
exit;
end;