Commit 73a4a5a2 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fix contribute link in about dialog

parent ba92a8e3
......@@ -133,7 +133,7 @@ static VLAboutBox *_o_sharedInstance = nil;
"<a href=\"http://www.videolan.org/\"><span style=\" text-decoration: underline; color:#0057ae;\">VideoLAN</span>"
"</a> community.</p><p>VLC uses its internal codecs, works on essentially every popular platform, and can read "
"almost all files, CDs, DVDs, network streams, capture cards and other media formats!</p><p>"
"<a href=\"http://www.videolan.org/contribute/\"><span style=\" text-decoration: underline; color:#0057ae;\">Help "
"<a href=\"http://www.videolan.org/contribute.html\"><span style=\" text-decoration: underline; color:#0057ae;\">Help "
"and join us!</span></a>")];
NSAttributedString *joinus_readytorender = [[NSAttributedString alloc] initWithHTML:[joinus dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES] documentAttributes:NULL];
[o_joinus_txt setAllowsEditingTextAttributes: YES];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment