Mercurial > mplayer.hg
changeset 25499:0846480d1a50
Use '-' instead of '_' in option name.
author | ulion |
---|---|
date | Tue, 25 Dec 2007 09:01:51 +0000 |
parents | 4852e5553d4e |
children | 1e8364740a86 |
files | libmenu/menu_chapsel.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmenu/menu_chapsel.c Tue Dec 25 08:38:09 2007 +0000 +++ b/libmenu/menu_chapsel.c Tue Dec 25 09:01:51 2007 +0000 @@ -65,7 +65,7 @@ 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 } };