Small fixes, and more info in program title.

This commit is contained in:
meffi@lab313.ru
2014-04-16 18:07:27 +00:00
parent d1ff75389d
commit b523625c6f
6 changed files with 66 additions and 58 deletions

View File

@@ -3,8 +3,11 @@ unit ucommon;
interface
const
cProgramName = 'Tim2View by [Lab 313]';
cProgramVersion = '2.0 Release';
cProgramName = 'Tim2View SVN.r58 by [Lab 313] (for ' +
{$IFDEF Linux}'Linux' + {$IFEND}
{$IFDEF Darwin}'Mac OS X' + {$IFEND}
{$IFDEF Windows}'Windows' + {$IFEND}
')';
cExtractedTimsDir = 'TIMS';
cExtractedPngsDir = 'PNGS';
cMaxFileSize = $2EAEED80;
@@ -56,4 +59,4 @@ begin
Result := Copy(Result, 1, Length(Result) - Length(ExtractFileExt(Result)));
end;
end.
end.