Updated about dialog

Updated a few plugin commands
Removed splashscreen
Added some themes
Updated some captions
This commit is contained in:
Christian Hammacher
2005-09-10 21:55:22 +00:00
parent 2d787f43de
commit 468d99ff70
14 changed files with 374 additions and 105 deletions

View File

@ -29,6 +29,7 @@ type
public
Value: string;
constructor Create(const AValue: string); reintroduce;
destructor Destroy; reintroduce;
end;
TSTLWrapper = class(TObject)
@ -415,6 +416,12 @@ begin
inherited;
end;
destructor TStringWrapper.Destroy;
begin
Value := '';
inherited;
end;
initialization
FItems := TObjectList.Create;