Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f83f99e7
Commit
f83f99e7
authored
Aug 03, 2008
by
Pierre d'Herbemont
Browse files
macosx: Set the controller window title to "VLC Media Player".
parent
c5fb066d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/intf.m
View file @
f83f99e7
...
...
@@ -621,7 +621,7 @@ static NSString * VLCToolbarMediaControl = @"VLCToolbarMediaControl";
-
(
void
)
initStrings
{
[
o_window
setTitle
:
_NS
(
"VLC"
)];
[
o_window
setTitle
:
_NS
(
"VLC
Media Player
"
)];
[
self
setScrollField
:
_NS
(
"VLC media player"
)
stopAfter
:
-
1
];
/* button controls */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment