mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 00:19:22 +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;
|
Notebook.PageIndex:=0;
|
||||||
Caption:=lisAboutLazarus;
|
Caption:=lisAboutLazarus;
|
||||||
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
|
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
|
||||||
RevisionLabel.Caption := lisSVNRevision+LazarusRevisionStr;
|
RevisionLabel.Caption := lisRevision+LazarusRevisionStr;
|
||||||
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
||||||
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};
|
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};
|
||||||
PlatformLabel.Caption:=GetCompiledTargetCPU+'-'+GetCompiledTargetOS
|
PlatformLabel.Caption:=GetCompiledTargetCPU+'-'+GetCompiledTargetOS
|
||||||
|
@ -1141,7 +1141,7 @@ resourcestring
|
|||||||
lisVerToClipboard = 'Copy version information to clipboard';
|
lisVerToClipboard = 'Copy version information to clipboard';
|
||||||
lisDate = 'Date';
|
lisDate = 'Date';
|
||||||
lisFPCVersion = 'FPC Version: ';
|
lisFPCVersion = 'FPC Version: ';
|
||||||
lisSVNRevision = 'SVN Revision: ';
|
lisRevision = 'Revision: ';
|
||||||
lisPrior = 'prior %s';
|
lisPrior = 'prior %s';
|
||||||
lisWelcomeToLazarusThereIsAlreadyAConfigurationFromVe = 'Welcome to Lazarus %s'
|
lisWelcomeToLazarusThereIsAlreadyAConfigurationFromVe = 'Welcome to Lazarus %s'
|
||||||
+'%sThere is already a configuration from version %s in'
|
+'%sThere is already a configuration from version %s in'
|
||||||
|
@ -1148,7 +1148,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if IsVersionRequested then
|
if IsVersionRequested then
|
||||||
begin
|
begin
|
||||||
WriteHelp(GetLazarusVersionString+' '+lisSVNRevision+LazarusRevisionStr);
|
WriteHelp(GetLazarusVersionString+' '+lisRevision+LazarusRevisionStr);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user