Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f94579f9
Commit
f94579f9
authored
Mar 04, 2003
by
hartman
Browse files
* grrr debug message in the wild.
parent
4cc13889
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/intf.m
View file @
f94579f9
...
...
@@ -2,7 +2,7 @@
* intf.m: MacOS X interface plugin
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: intf.m,v 1.6
3
2003/03/04
17:31:45
hartman Exp $
* $Id: intf.m,v 1.6
4
2003/03/04
22:36:18
hartman Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -305,7 +305,6 @@ int ExecuteOnMainThread( id target, SEL sel, void * p_arg )
[
o_mi_quit
setTitle
:
_NS
(
"Quit VLC"
)];
[
o_mu_file
setTitle
:
_ANS
(
"1:File"
)];
NSLog
(
_ANS
(
"1:File"
));
[
o_mi_open_generic
setTitle
:
_NS
(
"Open..."
)];
[
o_mi_open_file
setTitle
:
_NS
(
"Open File..."
)];
[
o_mi_open_disc
setTitle
:
_NS
(
"Open Disc..."
)];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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