IDE: moved LazarusVersionStr to lazconf

git-svn-id: trunk@30026 -
This commit is contained in:
mattias 2011-03-27 08:51:22 +00:00
parent 8fbda6adee
commit d1cf568583
4 changed files with 4 additions and 4 deletions

View File

@ -104,8 +104,6 @@ type
function ShowAboutForm: TModalResult;
const
LazarusVersionStr= {$I version.inc};
var
LazarusRevisionStr: string;

View File

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

View File

@ -50,6 +50,8 @@ uses
InterfaceBase;
const
LazarusVersionStr= {$I version.inc};
LCLPlatformDisplayNames: array[TLCLPlatform] of string = (
'gtk (deprecated)',
'gtk 2',

View File

@ -40,7 +40,7 @@ uses
Graphics,
LResources,
SysUtils,
AboutFrm;
LazConf;
type