mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 16:17:18 +01:00
moved TColorButton to misc palette
git-svn-id: trunk@4275 -
This commit is contained in:
parent
94bb38d05b
commit
4cda7e3768
@ -317,7 +317,7 @@ procedure Register;
|
||||
begin
|
||||
RegisterComponents('Dialogs',[TOpenDialog,TSaveDialog,
|
||||
TColorDialog,TFontDialog]);
|
||||
RegisterComponents('Additional',[TColorButton]);
|
||||
RegisterComponents('Misc',[TColorButton]);
|
||||
end;
|
||||
|
||||
function ShowMessageBox(Text, Caption : PChar; Flags : Longint) : Integer;
|
||||
@ -386,6 +386,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.32 2003/06/13 21:32:17 mattias
|
||||
moved TColorButton to misc palette
|
||||
|
||||
Revision 1.31 2003/06/13 21:08:53 mattias
|
||||
moved TColorButton to dialogs.pp
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user