lazedit: Adds a about box

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2299 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2012-02-16 11:27:35 +00:00
parent 68121d48e9
commit db032e3d1f
7 changed files with 95 additions and 39 deletions

View File

@ -42,7 +42,7 @@ interface
const
AppName = 'LazEdit';
AboutTitle = 'Over ' + AppName;
AppVersion = 'Version 1.1';
AppVersion = 'Version 1.9';
CopyLeftStatement = 'Copyright (c) 2011, 2012 by Bart Broersma, FlyingSheep Inc. and Felipe Monteiro de Carvalho';
MetaGeneratorName = AppName + #32 + AppVersion;
AuthorWebName = 'Bart & Mariska''s Webstek';