Return to new style dialogs.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
lib/
|
||||
*.res
|
||||
*.lps
|
||||
*.t2v
|
||||
|
||||
BIN
output/tim2view_linux
Normal file
BIN
output/tim2view_linux
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user