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
3a885000
Commit
3a885000
authored
May 23, 2013
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: adapt to new stereo-mode text
parent
05894981
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
extras/package/macosx/Resources/English.lproj/MainMenu.xib
extras/package/macosx/Resources/English.lproj/MainMenu.xib
+7
-7
modules/gui/macosx/MainMenu.m
modules/gui/macosx/MainMenu.m
+2
-2
No files found.
extras/package/macosx/Resources/English.lproj/MainMenu.xib
View file @
3a885000
...
...
@@ -21,11 +21,11 @@
</object>
<object
class=
"NSMutableArray"
key=
"IBDocument.EditedObjectIDs"
>
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
<integer
value=
"2730"
/>
<integer
value=
"4850"
/>
<integer
value=
"29"
/>
<integer
value=
"21"
/>
<integer
value=
"4850"
/>
<integer
value=
"5260"
/>
<integer
value=
"2730"
/>
<integer
value=
"29"
/>
<integer
value=
"2461"
/>
</object>
<object
class=
"NSArray"
key=
"IBDocument.PluginDependencies"
>
...
...
@@ -2012,7 +2012,7 @@
</object>
<object
class=
"NSMenuItem"
id=
"632813614"
>
<reference
key=
"NSMenu"
ref=
"851356371"
/>
<string
key=
"NSTitle"
>
Audio channels
</string>
<string
key=
"NSTitle"
>
Stereo audio mode
</string>
<string
key=
"NSKeyEquiv"
/>
<int
key=
"NSKeyEquivModMask"
>
1048576
</int>
<int
key=
"NSMnemonicLoc"
>
2147483647
</int>
...
...
@@ -2020,7 +2020,7 @@
<reference
key=
"NSMixedImage"
ref=
"100133332"
/>
<string
key=
"NSAction"
>
submenuAction:
</string>
<object
class=
"NSMenu"
key=
"NSSubmenu"
id=
"537518354"
>
<string
key=
"NSTitle"
>
Audio channels
</string>
<string
key=
"NSTitle"
>
Stereo audio mode
</string>
<object
class=
"NSMutableArray"
key=
"NSMenuItems"
>
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
</object>
...
...
@@ -12656,7 +12656,7 @@ LCAuLi4</string>
<boolean
value=
"YES"
/>
<string>
com.apple.InterfaceBuilder.CocoaPlugin
</string>
<boolean
value=
"YES"
/>
<string>
{{650, 422}, {
197
, 173}}
</string>
<string>
{{650, 422}, {
220
, 173}}
</string>
<string>
com.apple.InterfaceBuilder.CocoaPlugin
</string>
<boolean
value=
"YES"
/>
<string>
com.apple.InterfaceBuilder.CocoaPlugin
</string>
...
...
@@ -12665,7 +12665,7 @@ LCAuLi4</string>
<boolean
value=
"YES"
/>
<string>
com.apple.InterfaceBuilder.CocoaPlugin
</string>
<boolean
value=
"YES"
/>
<string>
{{
747, 640
}, {64, 6}}
</string>
<string>
{{
847, 499
}, {64, 6}}
</string>
<string>
com.apple.InterfaceBuilder.CocoaPlugin
</string>
<boolean
value=
"YES"
/>
<string>
com.apple.InterfaceBuilder.CocoaPlugin
</string>
...
...
modules/gui/macosx/MainMenu.m
View file @
3a885000
...
...
@@ -379,8 +379,8 @@ static VLCMainMenu *_o_sharedInstance = nil;
[
o_mi_mute
setTitle
:
_NS
(
"Mute"
)];
[
o_mi_audiotrack
setTitle
:
_NS
(
"Audio Track"
)];
[
o_mu_audiotrack
setTitle
:
_NS
(
"Audio Track"
)];
[
o_mi_channels
setTitle
:
_NS
(
"
Audio Channels
"
)];
[
o_mu_channels
setTitle
:
_NS
(
"
Audio Channels
"
)];
[
o_mi_channels
setTitle
:
_NS
(
"
Stereo audio mode
"
)];
[
o_mu_channels
setTitle
:
_NS
(
"
Stereo audio mode
"
)];
[
o_mi_device
setTitle
:
_NS
(
"Audio Device"
)];
[
o_mu_device
setTitle
:
_NS
(
"Audio Device"
)];
[
o_mi_visual
setTitle
:
_NS
(
"Visualizations"
)];
...
...
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