Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
a7e1567a
Commit
a7e1567a
authored
Jun 27, 2014
by
sanmarcos
Committed by
Felix Paul Kühne
Jun 27, 2014
Browse files
Use proper acronym UPnP rather than UPNP
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
14162c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCLocalServerListViewController.m
View file @
a7e1567a
...
...
@@ -87,7 +87,7 @@
/* if (SYSTEM_RUNS_IOS7_OR_LATER)
_sectionHeaderTexts = @[@"Universal Plug'n'Play (UPNP)", @"File Transfer Protocol (FTP)", @"Network Streams (SAP)"];
else*/
_sectionHeaderTexts
=
@[
@"Universal Plug'n'Play (UP
N
P)"
,
@"Plex Media Server (via Bonjour)"
,
@"File Transfer Protocol (FTP)"
];
_sectionHeaderTexts
=
@[
@"Universal Plug'n'Play (UP
n
P)"
,
@"Plex Media Server (via Bonjour)"
,
@"File Transfer Protocol (FTP)"
];
_backToMenuButton
=
[
UIBarButtonItem
themedRevealMenuButtonWithTarget
:
self
andSelector
:
@selector
(
goBack
:
)];
self
.
navigationItem
.
leftBarButtonItem
=
_backToMenuButton
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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