mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 22:09:43 +01:00
IDE: moved LazarusVersionStr to lazconf
git-svn-id: trunk@30026 -
This commit is contained in:
parent
8fbda6adee
commit
d1cf568583
@ -104,8 +104,6 @@ type
|
||||
|
||||
function ShowAboutForm: TModalResult;
|
||||
|
||||
const
|
||||
LazarusVersionStr= {$I version.inc};
|
||||
var
|
||||
LazarusRevisionStr: string;
|
||||
|
||||
|
||||
@ -52,7 +52,7 @@ const
|
||||
'/usr/local/lib/lazarus',
|
||||
'/usr/local/lazarus',
|
||||
'/usr/lib/lazarus',
|
||||
'/usr/lib/lazarus/'+{$I version.inc},
|
||||
'/usr/lib/lazarus/'+LazarusVersionStr,
|
||||
'~/pascal/lazarus',
|
||||
'~/lazarus'
|
||||
);
|
||||
|
||||
@ -50,6 +50,8 @@ uses
|
||||
InterfaceBase;
|
||||
|
||||
const
|
||||
LazarusVersionStr= {$I version.inc};
|
||||
|
||||
LCLPlatformDisplayNames: array[TLCLPlatform] of string = (
|
||||
'gtk (deprecated)',
|
||||
'gtk 2',
|
||||
|
||||
@ -40,7 +40,7 @@ uses
|
||||
Graphics,
|
||||
LResources,
|
||||
SysUtils,
|
||||
AboutFrm;
|
||||
LazConf;
|
||||
|
||||
type
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user