DBG: clean up

git-svn-id: trunk@32940 -
This commit is contained in:
martin 2011-10-17 10:31:17 +00:00
parent e04d11b5e5
commit 89558a4144

View File

@ -1,4 +1,4 @@
unit breakpropertydlggroups;
unit BreakPropertyDlgGroups;
{$mode objfpc}{$H+}
@ -28,7 +28,7 @@ type
AGroupList: String;
AAvailableGroups: TIDEBreakPointGroups;
AAction: TBreakPointGroupAction
);
); reintroduce;
destructor Destroy; override;
function ShowModal: Integer; override;
end;