Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
c0138a08
Commit
c0138a08
authored
Aug 17, 2013
by
Felix Paul Kühne
Browse files
De-uglify dropbox menu item
parent
0136c642
Changes
3
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCMenuTableViewController.m
View file @
c0138a08
...
...
@@ -163,8 +163,8 @@
}
if
([
title
isEqualToString
:
@"Dropbox"
])
{
[[(
GHMenuCell
*
)
cell
titleI
mageView
]
setI
mage
:
[
UIImage
imageNamed
:
@"dropboxLabel"
]
]
;
cell
.
textLabel
.
text
=
@""
;
cell
.
i
mageView
.
i
mage
=
[
UIImage
imageNamed
:
@"dropboxLabel"
];
cell
.
textLabel
.
text
=
title
;
}
else
if
([
title
isEqualToString
:
@"WiFi Upload"
])
{
_uploadLocationLabel
=
[(
VLCWiFiUploadTableViewCell
*
)
cell
uploadAddressLabel
];
_uploadSwitch
=
[(
VLCWiFiUploadTableViewCell
*
)
cell
serverOnSwitch
];
...
...
Resources/dropboxLabel.png
View replaced file @
0136c642
View file @
c0138a08
3.71 KB
|
W:
|
H:
2.13 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Resources/dropboxLabel@2x.png
View replaced file @
0136c642
View file @
c0138a08
7.9 KB
|
W:
|
H:
3.57 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Supports
Markdown
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