瀏覽代碼

+ Help debug info added

git-svn-id: trunk@6043 -
pierre 18 年之前
父節點
當前提交
c72badd6b2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ide/fpconst.pas

+ 2 - 0
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;