Changeset 1318

Show
Ignore:
Timestamp:
05/23/04 09:26:22 (5 years ago)
Author:
morris
Message:

wiredtransfer:// -> wired://

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCTransfers.m

    r1317 r1318  
    1 /* $Id: WCTransfers.m,v 1.21 2004/05/23 07:24:21 morris Exp $ */ 
     1/* $Id: WCTransfers.m,v 1.22 2004/05/23 07:26:22 morris Exp $ */ 
    22 
    33/* 
     
    646646        [transfer addFile:file]; 
    647647        [transfer setURL:[NSURL URLWithString:[NSString stringWithFormat: 
    648                 @"wiredtransfer://%@:%d", 
     648                @"wired://%@:%d", 
    649649                [[_connection URL] host], 
    650650                [[[_connection URL] port] intValue] == 0 
     
    698698        [transfer addFile:file]; 
    699699        [transfer setURL:[NSURL URLWithString:[NSString stringWithFormat: 
    700                 @"wiredtransfer://%@:%d", 
     700                @"wired://%@:%d", 
    701701                [[_connection URL] host], 
    702702                [[[_connection URL] port] intValue] == 0