LCL: added debugging

git-svn-id: trunk@26693 -
This commit is contained in:
mattias 2010-07-16 19:13:20 +00:00
parent 20c18d6616
commit c4f8693efa

View File

@ -82,7 +82,7 @@ procedure TNBPages.Put(Index: Integer; const S: String);
begin
if (Index<0) or (Index>=fPageList.Count) then
RaiseGDBException('TNBPages.Put Index out of bounds');
//debugln(['TNBPages.Put ',DbgSName(FNotebook),' ',Index,' S="',S,'"']);
TCustomPage(fPageList[Index]).Caption := S;
end;