mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 04:29:26 +02:00
* added chm to default extensions to search in help->files "new" dialog.
git-svn-id: trunk@11936 -
This commit is contained in:
parent
10e0f0e387
commit
bbd33ab424
@ -79,7 +79,7 @@ const
|
|||||||
NGExt = '.ng';
|
NGExt = '.ng';
|
||||||
INFExt = '.inf';
|
INFExt = '.inf';
|
||||||
WinHelpExt = '.hlp';
|
WinHelpExt = '.hlp';
|
||||||
HelpFileExts = '*.tph;*.htm*;*'+HTMLIndexExt+';*'+NGExt+';*'+WinHelpExt+';*'+INFExt;
|
HelpFileExts = '*.tph;*.htm*;*'+HTMLIndexExt+';*'+NGExt+';*'+WinHelpExt+';*'+INFExt+';*'+ExtChm;
|
||||||
|
|
||||||
EnterSign = #17#196#217;
|
EnterSign = #17#196#217;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user