From 967aaee5e215159a41cea628856a6216a084c65d Mon Sep 17 00:00:00 2001 From: ulion Date: Tue, 25 Dec 2007 09:01:51 +0000 Subject: Use '-' instead of '_' in option name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25527 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmenu/menu_chapsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmenu') diff --git a/libmenu/menu_chapsel.c b/libmenu/menu_chapsel.c index 2db3654d51..825524531b 100644 --- a/libmenu/menu_chapsel.c +++ b/libmenu/menu_chapsel.c @@ -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 } }; -- cgit v1.2.3