Chameleon Applications

Chameleon Applications Commit Details

Date:2011-12-12 06:23:27 (12 years 4 months ago)
Author:Rekursor
Commit:465
Parents: 464
Message:fixed chameleon variants would not be listed in tooltip
Changes:
M/trunk/ChameleonPrefPane/Sources/PartitionInfoElement.mm

File differences

trunk/ChameleonPrefPane/Sources/PartitionInfoElement.mm
6767
6868
6969
70
70
7171
7272
7373
withString:@""]
stringByReplacingOccurrencesOfString:@"%20" withString:@" "];
NSString *cmdCham = [self cmdInfoForFile: @"boot"
withFilter: @"s!^Darwin/x86 boot.+(Chameleon.+)!\\1!p"
withFilter: @"s!^Darwin/x86 boot v.+\\ -\\ (.+)!\\1!p"
withPath: path];
NSString *cmdDarwin = [self cmdInfoForFile: @"mach_kernel"
withFilter: @"s!^(Darwin Kernel Version.+)(\\: .*$)!\\1!p"

Archive Download the corresponding diff file

Revision: 465