mirror of https://github.com/mpv-player/mpv
Use '-' instead of '_' in option name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25527 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
76f10103ba
commit
967aaee5e2
|
@ -65,7 +65,7 @@ static m_option_t cfg_fields[] = {
|
|||
MENU_LIST_PRIV_FIELDS,
|
||||
{ "title", ST_OFF (title), CONF_TYPE_STRING, 0, 0, 0, NULL },
|
||||
{ "auto-close", ST_OFF (auto_close), CONF_TYPE_FLAG, 0, 0, 1, NULL },
|
||||
{ "fmt_with_time", ST_OFF (fmt_with_time), CONF_TYPE_STRING, 0, 0, 0, NULL },
|
||||
{ "fmt-with-time", ST_OFF (fmt_with_time), CONF_TYPE_STRING, 0, 0, 0, NULL },
|
||||
{ NULL, NULL, NULL, 0, 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue