Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
f94579f9
Commit
f94579f9
authored
Mar 04, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* grrr debug message in the wild.
parent
4cc13889
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+1
-2
No files found.
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