* we should use lowercase extensions, for linux

This commit is contained in:
michael 1999-04-16 19:22:02 +00:00
parent e16f0f99db
commit 531eed99f8

View File

@ -8,8 +8,8 @@
uses Objects,WUtils,WHelp,WTPHWriter;
const
SrcExt = '.TXT';
HelpExt = '.FPH';
SrcExt = '.txt';
HelpExt = '.fph';
TokenPrefix = '.';
CommentPrefix = ';';
TokenIndex = 'INDEX';