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
92164492
Commit
92164492
authored
Feb 14, 2014
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: reuse existing strings
parent
e8289c83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/macosx/simple_prefs.m
modules/gui/macosx/simple_prefs.m
+2
-2
No files found.
modules/gui/macosx/simple_prefs.m
View file @
92164492
...
...
@@ -371,7 +371,7 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
[
o_intf_pauseminimized_ckb
setTitle
:
_NS
(
"Pause the video playback when minimized"
)];
[
o_intf_luahttp_box
setTitle
:
_NS
(
"Lua HTTP"
)];
[
o_intf_luahttppwd_lbl
setStringValue
:
_NS
(
"Password"
)];
[
o_intf_pauseitunes_lbl
setStringValue
:
_NS
(
"
Control iTunes during
playback"
)];
[
o_intf_pauseitunes_lbl
setStringValue
:
_NS
(
"
Pause iTunes during VLC
playback"
)];
/* Subtitles and OSD */
[
o_osd_encoding_txt
setStringValue
:
_NS
(
"Default Encoding"
)];
...
...
@@ -396,7 +396,7 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
[
o_video_enable_ckb
setTitle
:
_NS
(
"Enable video"
)];
[
o_video_fullscreen_ckb
setTitle
:
_NS
(
"Fullscreen"
)];
[
o_video_videodeco_ckb
setTitle
:
_NS
(
"Window decorations"
)];
[
o_video_onTop_ckb
setTitle
:
_NS
(
"
Always on t
op"
)];
[
o_video_onTop_ckb
setTitle
:
_NS
(
"
Float on T
op"
)];
[
o_video_output_txt
setStringValue
:
_NS
(
"Output module"
)];
[
o_video_skipFrames_ckb
setTitle
:
_NS
(
"Skip frames"
)];
[
o_video_snap_box
setTitle
:
_NS
(
"Video snapshots"
)];
...
...
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