Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
ca10e595
Commit
ca10e595
authored
May 27, 2015
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings: re-order loop filter values (closes #14609)
parent
b334aa4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Resources/Settings.bundle/Root.inApp.plist
Resources/Settings.bundle/Root.inApp.plist
+2
-2
Resources/Settings.bundle/Root.plist
Resources/Settings.bundle/Root.plist
+2
-2
No files found.
Resources/Settings.bundle/Root.inApp.plist
View file @
ca10e595
...
...
@@ -110,14 +110,14 @@
<key>
Titles
</key>
<array>
<string>
SETTINGS_SKIP_LOOP_FILTER_NONE
</string>
<string>
SETTINGS_SKIP_LOOP_FILTER_NONREF
</string>
<string>
SETTINGS_SKIP_LOOP_FILTER_NONKEY
</string>
<string>
SETTINGS_SKIP_LOOP_FILTER_NONREF
</string>
</array>
<key>
Values
</key>
<array>
<integer>
0
</integer>
<integer>
1
</integer>
<integer>
3
</integer>
<integer>
1
</integer>
</array>
</dict>
<dict>
...
...
Resources/Settings.bundle/Root.plist
View file @
ca10e595
...
...
@@ -100,14 +100,14 @@
<key>
Titles
</key>
<array>
<string>
SETTINGS_SKIP_LOOP_FILTER_NONE
</string>
<string>
SETTINGS_SKIP_LOOP_FILTER_NONREF
</string>
<string>
SETTINGS_SKIP_LOOP_FILTER_NONKEY
</string>
<string>
SETTINGS_SKIP_LOOP_FILTER_NONREF
</string>
</array>
<key>
Values
</key>
<array>
<integer>
0
</integer>
<integer>
1
</integer>
<integer>
3
</integer>
<integer>
1
</integer>
</array>
</dict>
<dict>
...
...
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