Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
ef7ac2f8
Commit
ef7ac2f8
authored
Mar 15, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
legacy OS X intf: fixed check-for-update and fullscreen-toggle menu items
parent
e01621b2
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1437 additions
and
87 deletions
+1437
-87
extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib
...acosx/Resources/English.lproj/MainMenu.nib/designable.nib
+1401
-51
extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
...osx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
+0
-0
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+36
-36
No files found.
extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib
View file @
ef7ac2f8
This diff is collapsed.
Click to expand it.
extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
View file @
ef7ac2f8
No preview for this file type
modules/gui/macosx/intf.m
View file @
ef7ac2f8
...
...
@@ -461,7 +461,7 @@ static VLCMain *_o_sharedMainInstance = nil;
i_key
=
config_GetInt
(
p_intf
,
"key-vol-mute"
);
[
o_mi_mute
setKeyEquivalent
:
[
NSString
stringWithFormat
:
@"%C"
,
VLCKeyToCocoa
(
i_key
)]];
[
o_mi_mute
setKeyEquivalentModifierMask
:
VLCModifiersToCocoa
(
i_key
)];
i_key
=
config_GetInt
(
p_intf
,
"key-fullscreen"
);
i_key
=
config_GetInt
(
p_intf
,
"key-
toggle-
fullscreen"
);
[
o_mi_fullscreen
setKeyEquivalent
:
[
NSString
stringWithFormat
:
@"%C"
,
VLCKeyToCocoa
(
i_key
)]];
[
o_mi_fullscreen
setKeyEquivalentModifierMask
:
VLCModifiersToCocoa
(
i_key
)];
i_key
=
config_GetInt
(
p_intf
,
"key-snapshot"
);
...
...
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