+ Help debug info added

git-svn-id: trunk@6043 -
This commit is contained in:
pierre 2007-01-18 13:53:33 +00:00
parent 72c80d9696
commit c72badd6b2

View File

@ -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;