Commit f83f99e7 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Set the controller window title to "VLC Media Player".

parent c5fb066d
...@@ -621,7 +621,7 @@ static NSString * VLCToolbarMediaControl = @"VLCToolbarMediaControl"; ...@@ -621,7 +621,7 @@ static NSString * VLCToolbarMediaControl = @"VLCToolbarMediaControl";
- (void)initStrings - (void)initStrings
{ {
[o_window setTitle: _NS("VLC")]; [o_window setTitle: _NS("VLC Media Player")];
[self setScrollField:_NS("VLC media player") stopAfter:-1]; [self setScrollField:_NS("VLC media player") stopAfter:-1];
/* button controls */ /* button controls */
......
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