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
643ca7ef
Commit
643ca7ef
authored
Jul 26, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Write OSD out in the toolbar's comment. Closes #1699
parent
566b2803
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 @
643ca7ef
...
...
@@ -177,7 +177,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
}
else
if
(
[
o_itemIdent
isEqual
:
VLCOSDSettingToolbarIdentifier
]
)
{
CreateToolbarItem
(
_NS
(
"Subtitles & OSD"
),
_NS
(
"Subtitles & O
SD
Settings"
),
@"spref_cone_Subtitles_64"
,
showOSDSettings
);
CreateToolbarItem
(
_NS
(
"Subtitles & OSD"
),
_NS
(
"Subtitles & O
n Screen Display
Settings"
),
@"spref_cone_Subtitles_64"
,
showOSDSettings
);
}
else
if
(
[
o_itemIdent
isEqual
:
VLCInputSettingToolbarIdentifier
]
)
{
...
...
@@ -905,7 +905,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if
(
i
!=
0
)
{
msg_Err
(
p_intf
,
"An error occurred while saving the OSD/Subtitle settings using SimplePrefs (%i)"
,
i
);
intf_UserFatal
(
p_intf
,
false
,
_
(
"O
SD
/Subtitle Settings not saved"
),
intf_UserFatal
(
p_intf
,
false
,
_
(
"O
n Screen Display
/Subtitle Settings not saved"
),
_
(
"An error occured while saving your settings via SimplePrefs (%i)."
),
i
);
i
=
0
;
}
...
...
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