Explorar o código

* added chm to default extensions to search in help->files "new" dialog.

git-svn-id: trunk@11936 -
marco %!s(int64=17) %!d(string=hai) anos
pai
achega
bbd33ab424
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ide/fpconst.pas

+ 1 - 1
ide/fpconst.pas

@@ -79,7 +79,7 @@ const
      NGExt                = '.ng';
      INFExt               = '.inf';
      WinHelpExt           = '.hlp';
-     HelpFileExts         = '*.tph;*.htm*;*'+HTMLIndexExt+';*'+NGExt+';*'+WinHelpExt+';*'+INFExt;
+     HelpFileExts         = '*.tph;*.htm*;*'+HTMLIndexExt+';*'+NGExt+';*'+WinHelpExt+';*'+INFExt+';*'+ExtChm;
 
      EnterSign            = #17#196#217;