[MPlayer-cvslog] r25527 - trunk/libmenu/menu_chapsel.c

ulion subversion at mplayerhq.hu
Tue Dec 25 10:01:51 CET 2007


Author: ulion
Date: Tue Dec 25 10:01:51 2007
New Revision: 25527

Log:
Use '-' instead of '_' in option name.


Modified:
   trunk/libmenu/menu_chapsel.c

Modified: trunk/libmenu/menu_chapsel.c
==============================================================================
--- trunk/libmenu/menu_chapsel.c	(original)
+++ trunk/libmenu/menu_chapsel.c	Tue Dec 25 10:01:51 2007
@@ -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 }
 };
 



More information about the MPlayer-cvslog mailing list