From 4799f84bc6a8050ab6768215a75d579ea7199f58 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Mon, 21 Sep 2009 23:15:56 +0000 Subject: [PATCH] Fix unsaved change for previous commit. --- source/sqlhelp.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sqlhelp.pas b/source/sqlhelp.pas index aff6d8d9..f1ce7ff8 100644 --- a/source/sqlhelp.pas +++ b/source/sqlhelp.pas @@ -88,7 +88,7 @@ begin pnlLeft.Width := GetRegValue( REGNAME_SQLHELPPLWIDTH, pnlLeft.Width ); pnlRightTop.Height := GetRegValue( REGNAME_SQLHELPPRHEIGHT, pnlRightTop.Height ); Caption := DEFAULT_WINDOW_CAPTION; - MainForm.FixSynEditors; + MainForm.SetupSynEditors; // Gather help contents for treeview with SQL: HELP "CONTENTS" fillTreeLevel( nil );