Browse Source

* we should use lowercase extensions, for linux

michael 26 years ago
parent
commit
531eed99f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ide/text/utils/tphc.pas

+ 2 - 2
ide/text/utils/tphc.pas

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