void SetAttributedString( CFStringRef key, const wxString& value )
{
- wxCFRef<CFAttributedStringRef> attrString(
+ wxCFRef<CFAttributedStringRef> attrString(
CFAttributedStringCreate(kCFAllocatorDefault, wxCFStringRef(value), NULL) );
CFDictionarySetValue(*this, key, attrString);
}
}
if ( info.HasCopyright() )
- opts.Set(CFSTR("Copyright"), info.GetCopyright());
+ opts.Set(CFSTR("Copyright"), info.GetCopyrightToDisplay());
opts.SetAttributedString(CFSTR("Credits"), info.GetDescriptionAndCredits());