diff --git a/.gitignore b/.gitignore index 3132ff0..f36d61b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ lib/ *.res *.lps +*.t2v diff --git a/output/tim2view_linux b/output/tim2view_linux new file mode 100644 index 0000000..7f3db65 Binary files /dev/null and b/output/tim2view_linux differ diff --git a/output/tim2view_win32.exe b/output/tim2view_win32.exe index 128fbbc..8b4e3c9 100644 Binary files a/output/tim2view_win32.exe and b/output/tim2view_win32.exe differ diff --git a/output/tim2view_win64.exe b/output/tim2view_win64.exe index cb1f502..ce6726f 100644 Binary files a/output/tim2view_win64.exe and b/output/tim2view_win64.exe differ diff --git a/ucommon.pas b/ucommon.pas index 684054e..513541a 100644 --- a/ucommon.pas +++ b/ucommon.pas @@ -3,7 +3,7 @@ unit ucommon; interface const - cProgramName = 'Tim2View SVN.r90 by [Lab 313] (for ' + + cProgramName = 'Tim2View r90 by [Lab 313] (for ' + {$IFDEF Linux}'Linux' + {$IFEND} {$IFDEF Darwin}'Mac OS X' + {$IFEND} {$IFDEF Windows}'Windows' + {$IFEND} diff --git a/umain.lfm b/umain.lfm index 920e1a5..7092ba0 100644 --- a/umain.lfm +++ b/umain.lfm @@ -873,7 +873,7 @@ object frmMain: TfrmMain Title = 'Please, select File...' DefaultExt = '.bin' Filter = 'All Files (*.*)|*.*' - Options = [ofHideReadOnly, ofNoChangeDir, ofAllowMultiSelect, ofNoNetworkButton, ofOldStyleDialog, ofEnableSizing, ofForceShowHidden] + Options = [ofHideReadOnly, ofNoChangeDir, ofAllowMultiSelect, ofNoNetworkButton, ofEnableSizing, ofForceShowHidden] left = 560 top = 112 end @@ -1148,7 +1148,7 @@ object frmMain: TfrmMain end end object dlgSelectDir: TSelectDirectoryDialog - Options = [ofNoChangeDir, ofNoNetworkButton, ofOldStyleDialog, ofEnableSizing, ofViewDetail] + Options = [ofNoChangeDir, ofNoNetworkButton, ofEnableSizing, ofViewDetail] left = 512 top = 112 end