Ignore:
Timestamp:
02/13/04 21:01:06 (20 years ago)
Author:
Nicholas Riley
Message:

Integrates SCPatch and mach_inject; unfinished, buggy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/DeVercruesseProcess.m

    r16 r153  
    185185   }
    186186
    187     return name ? name : @"Çunknown nameÈ";
     187    return name ? name : NSLocalizedString(@"<<unknown application>>", "Name used when application name cannot be determined");
    188188}
    189189
     
    265265    {
    266266        identifier = [[NSString alloc] initWithFormat:@"%@%.8X%.8X",
    267             [self bundleIdentifier], [self type] ? type : 'APPL', [self creator] ? creator : '????'];
     267            [self bundleIdentifier], [self type] ? type : 'APPL', [self creator] ? creator : '\?\?\?\?'];
    268268    }
    269269   
Note: See TracChangeset for help on using the changeset viewer.