--- oup/current/Data.pas 2006/12/23 00:03:50 45 +++ oup/current/Data.pas 2007/01/11 22:45:20 74 @@ -70,7 +70,7 @@ type TExportHandlers = record Ext: String[4]; needed: Boolean; - Handler: function(fileid: LongWord; filename: String; convert: Boolean): Integer; + Handler: function(fileid: LongWord; filename: String): Integer; end; TStringArray = array of String; @@ -99,6 +99,8 @@ type exts: String; end; + TSortType = (stIDAsc, stIDDesc, stNameAsc, stNameDesc, stExtAsc, stExtDesc); + var { opened_state:Byte=0;