ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/TxmpReplace.pas
(Generate patch)

Comparing oup/current/Tools/TxmpReplace.pas (file contents):
Revision 206 by alloc, Sun May 27 23:31:26 2007 UTC vs.
Revision 214 by alloc, Tue Jun 12 17:35:56 2007 UTC

# Line 224 | Line 224 | end;
224  
225  
226   procedure TForm_TxmpReplace.FormCreate(Sender: TObject);
227 var
228  TXMP: TFile_TXMP;
227   begin
228    inherited;
229    OniImage_Old := TOniImage.Create;
# Line 233 | Line 231 | begin
231    Self.AllowedExts := 'TXMP';
232    Self.OnNewFileSelected := SelectFile;
233    opend.Filter := saved.Filter;
236
237  TXMP := TFile_TXMP.Create(ConnectionID, 8552);
238  TXMP.Free;
234   end;
235  
236  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)