vlc | branch: master | Rémi Duraffort <[email protected]> | Sat Oct 23 01:19:37 2010 +0200| [8c7a6ccd145760f0800901c4d405bb0e64edd882] | committer: Rémi Duraffort
Fix compilation. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c7a6ccd145760f0800901c4d405bb0e64edd882 --- modules/access/vcdx/vcd.c | 5 ++--- modules/misc/notify/xosd.c | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/access/vcdx/vcd.c b/modules/access/vcdx/vcd.c index 351be89..ea9a4ae 100644 --- a/modules/access/vcdx/vcd.c +++ b/modules/access/vcdx/vcd.c @@ -108,7 +108,6 @@ vlc_module_begin () false ) add_bool( MODULE_STRING "-track-length", true, - NULL, N_("Use track length as maximum unit in seek?"), N_("If set, the length of the seek bar is the track rather than " "the length of an entry."), @@ -120,11 +119,11 @@ vlc_module_begin () "Media Info. Shows for example playback control navigation."), false ) - add_string( MODULE_STRING "-author-format", "%v - %F disc %c of %C", NULL, + add_string( MODULE_STRING "-author-format", "%v - %F disc %c of %C", N_("Format to use in the playlist's \"author\" field."), VCD_TITLE_FMT_LONGTEXT, true ) - add_string( MODULE_STRING "-title-format", "%I %N %L%S - %M %A %v - disc %c of %C %F", NULL, + add_string( MODULE_STRING "-title-format", "%I %N %L%S - %M %A %v - disc %c of %C %F", N_("Format to use in the playlist's \"title\" field."), VCD_TITLE_FMT_LONGTEXT, false ) diff --git a/modules/misc/notify/xosd.c b/modules/misc/notify/xosd.c index 86b24bc..a87d7ae 100644 --- a/modules/misc/notify/xosd.c +++ b/modules/misc/notify/xosd.c @@ -91,9 +91,9 @@ vlc_module_begin () add_integer( "xosd-text-offset", 30, TXT_OFS_TEXT, TXT_OFS_LONGTEXT, true ) add_integer( "xosd-shadow-offset", 2, SHD_OFS_TEXT, SHD_OFS_LONGTEXT, true ) - add_string( "xosd-font", "-adobe-helvetica-bold-r-normal-*-*-160-*-*-p-*-iso8859-1", NULL, + add_string( "xosd-font", "-adobe-helvetica-bold-r-normal-*-*-160-*-*-p-*-iso8859-1", FONT_TEXT, FONT_LONGTEXT, true ) - add_string( "xosd-colour", "LawnGreen", NULL, + add_string( "xosd-colour", "LawnGreen", COLOUR_TEXT, COLOUR_LONGTEXT, true ) set_capability( "interface", 10 ) set_callbacks( Open, Close ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
