Browse Source

+ Help debug info added

git-svn-id: trunk@6043 -
pierre 18 years ago
parent
commit
c72badd6b2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ide/fpconst.pas

+ 2 - 0
ide/fpconst.pas

@@ -254,6 +254,7 @@ const
      cmHelpUsingHelp     = 2104;
      cmHelpUsingHelp     = 2104;
      cmHelpFiles         = 2105;
      cmHelpFiles         = 2105;
      cmAbout             = 2106;
      cmAbout             = 2106;
+     cmHelpDebug         = 2107;
 
 
      cmEditorOptions     = 2202;
      cmEditorOptions     = 2202;
      cmBrowserOptions    = 2203;
      cmBrowserOptions    = 2203;
@@ -394,6 +395,7 @@ const
      hcHelpPrevTopic     = hcShift+cmHelpPrevTopic;
      hcHelpPrevTopic     = hcShift+cmHelpPrevTopic;
      hcHelpUsingHelp     = hcShift+cmHelpUsingHelp;
      hcHelpUsingHelp     = hcShift+cmHelpUsingHelp;
      hcHelpFiles         = hcShift+cmHelpFiles;
      hcHelpFiles         = hcShift+cmHelpFiles;
+     hcHelpDebug         = hcShift+cmHelpDebug;
      hcUpdate            = hcShift+cmUpdate;
      hcUpdate            = hcShift+cmUpdate;
      hcMsgClear          = hcShift+cmMsgClear;
      hcMsgClear          = hcShift+cmMsgClear;
      hcMsgGotoSource     = hcShift+cmMsgGotoSource;
      hcMsgGotoSource     = hcShift+cmMsgGotoSource;