--- oup/current/Data.pas 2006/12/18 23:35:30 43 +++ 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; @@ -93,6 +93,14 @@ type Target: LongWord; end; + TToolList = array of record + context: String; + name: String; + exts: String; + end; + + TSortType = (stIDAsc, stIDDesc, stNameAsc, stNameDesc, stExtAsc, stExtDesc); + var { opened_state:Byte=0;