From bdba19a2ad1af471171e0f05053fc04d35aafe16 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 17 Aug 2002 23:41:13 +0000 Subject: [PATCH] MG: added show pages menu to TNotebookcomponenteditor git-svn-id: trunk@2292 - --- lcl/buttons.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/buttons.pp b/lcl/buttons.pp index ba5a0ef313..98be757370 100644 --- a/lcl/buttons.pp +++ b/lcl/buttons.pp @@ -234,7 +234,7 @@ type implementation -uses lclstrconsts; +uses LCLStrConsts; const BitBtnModalResults : array[TBitBtnKind] of TModalResult = ( @@ -271,6 +271,9 @@ end. { ============================================================================= $Log$ + Revision 1.25 2002/09/05 14:57:55 lazarus + MG: added show pages menu to TNotebookcomponenteditor + Revision 1.24 2002/09/04 09:32:17 lazarus MG: improved streaming error handling