Commit 5b4c44f4 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: add trademark claim to about panel

parent 176f05cb
......@@ -42,6 +42,7 @@
IBOutlet id o_name_field;
IBOutlet id o_icon_view;
IBOutlet id o_joinus_txt;
IBOutlet id o_trademarks_txt;
NSTimer *o_scroll_timer;
float f_current;
......
......@@ -101,6 +101,7 @@ static VLAboutBox *_o_sharedInstance = nil;
attrStr = [[NSAttributedString alloc] initWithString:_NS("Authors") attributes:stringAttributes];
[o_authors_btn setAttributedTitle:attrStr];
[attrStr release];
[o_trademarks_txt setStringValue:_NS("VLC media player and VideoLAN are trademarks of the VideoLAN Association.")];
/* setup the creator / revision field */
NSString *compiler;
......
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