Commit 015a372b authored by Christophe Mutricy's avatar Christophe Mutricy

Use add_bool where it is adapted

parent 5eb05446
......@@ -56,7 +56,7 @@ vlc_module_begin();
set_callbacks( Open, Close );
add_shortcut( "ps" );
add_integer( "ps-trust-timestamps", VLC_TRUE, NULL, TIME_TEXT,
add_bool( "ps-trust-timestamps", VLC_TRUE, NULL, TIME_TEXT,
TIME_LONGTEXT, VLC_TRUE );
add_submodule();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment