Changeset 1130

Show
Ignore:
Timestamp:
08/28/09 18:10:07 (7 months ago)
Author:
gbooker
Message:

Enable FrontRow? hack for Snow Leopard as well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Subtitles/SubImport.mm

    r1107 r1130  
    9595                isSet = 1; 
    9696         
    97         ret = (minorVersion == 5) && [applicationName isEqualToString:@"Front Row"] && isSet; 
     97        ret = (minorVersion >= 5) && (minorVersion <= 6) && [applicationName isEqualToString:@"Front Row"] && isSet; 
    9898        [pool release]; 
    9999