From c72badd6b28b39bbf22157c653708b22b7d50c95 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 18 Jan 2007 13:53:33 +0000 Subject: [PATCH] + Help debug info added git-svn-id: trunk@6043 - --- ide/fpconst.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ide/fpconst.pas b/ide/fpconst.pas index a5bae85e91..d2b2a9fdd6 100644 --- a/ide/fpconst.pas +++ b/ide/fpconst.pas @@ -254,6 +254,7 @@ const cmHelpUsingHelp = 2104; cmHelpFiles = 2105; cmAbout = 2106; + cmHelpDebug = 2107; cmEditorOptions = 2202; cmBrowserOptions = 2203; @@ -394,6 +395,7 @@ const hcHelpPrevTopic = hcShift+cmHelpPrevTopic; hcHelpUsingHelp = hcShift+cmHelpUsingHelp; hcHelpFiles = hcShift+cmHelpFiles; + hcHelpDebug = hcShift+cmHelpDebug; hcUpdate = hcShift+cmUpdate; hcMsgClear = hcShift+cmMsgClear; hcMsgGotoSource = hcShift+cmMsgGotoSource;