Ver código fonte

* we should use lowercase extensions, for linux

michael 26 anos atrás
pai
commit
531eed99f8
1 arquivos alterados com 2 adições e 2 exclusões
  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';