Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
b3598c47
Commit
b3598c47
authored
Apr 29, 2011
by
Rémi Denis-Courmont
Browse files
Really save bookmarks automatically
parent
8e971c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc-module.c
View file @
b3598c47
...
...
@@ -2710,24 +2710,34 @@ vlc_module_begin ()
add_string
(
"bookmark1"
,
NULL
,
BOOKMARK1_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark2"
,
NULL
,
BOOKMARK2_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark3"
,
NULL
,
BOOKMARK3_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark4"
,
NULL
,
BOOKMARK4_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark5"
,
NULL
,
BOOKMARK5_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark6"
,
NULL
,
BOOKMARK6_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark7"
,
NULL
,
BOOKMARK7_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark8"
,
NULL
,
BOOKMARK8_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark9"
,
NULL
,
BOOKMARK9_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark10"
,
NULL
,
BOOKMARK10_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
#define HELP_TEXT \
N_("print help for VLC (can be combined with --advanced and " \
...
...
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