Mercurial > mplayer.hg
changeset 14777:05377e7baf4f
Make vd message fit 80 character displays.
author | diego |
---|---|
date | Wed, 23 Feb 2005 01:43:15 +0000 |
parents | 19993691ca6b |
children | b9d8a850cf2d |
files | cfg-mplayer.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Wed Feb 23 01:37:03 2005 +0000 +++ b/cfg-mplayer.h Wed Feb 23 01:43:15 2005 +0000 @@ -127,8 +127,8 @@ extern void revertPPOpt(void *conf, char* opt); extern char* pp_help; -m_option_t vd_conf[]={ - {"help", "To avoid vd, always use MPlayer with an appropriate video file instead of a live partner.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, +m_option_t vd_conf[]={ + {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, {NULL, NULL, 0, 0, 0, 0, NULL} };