Explorar el Código

* we should use lowercase extensions, for linux

michael hace 26 años
padre
commit
531eed99f8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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';