From f34a129c53a8fcc7d6edaa5391764ad356e0f1f0 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 14 May 2010 16:02:57 +0000 Subject: [PATCH] lcl: fix typo in comment git-svn-id: trunk@25405 - --- lcl/include/customnotebook.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/include/customnotebook.inc b/lcl/include/customnotebook.inc index a8879b5044..960593491a 100644 --- a/lcl/include/customnotebook.inc +++ b/lcl/include/customnotebook.inc @@ -883,7 +883,7 @@ begin end; {------------------------------------------------------------------------------ - procedure TCustomNotebook.DoSendPageIndex + procedure TCustomNotebook.ShowCurrentPage Makes sure Visible = true for page which has index FPageIndex ------------------------------------------------------------------------------}