Changeset 1293 for trunk

Show
Ignore:
Timestamp:
06/26/10 16:14:47 (2 years ago)
Author:
gbooker
Message:

Corrected name of strings causing load failures

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CommonMediaPlayer/General Actions/CMPOverlayAction.m

    r1289 r1293  
    567567@end 
    568568 
    569 NSString *CMPOverlayActionNumberKey = @"windowNumber"; 
    570 NSString *CMPOverlayActionRectKey = @"windowNumber"; 
     569NSString *CMPOverlayActionWindowNumberKey = @"windowNumber"; 
     570NSString *CMPOverlayActionWindowRectKey = @"windowNumber"; 
    571571 
    572572@interface BRDisplayManager (compat)