[MPlayer-cvslog] CVS: main cfg-mplayer.h,1.241,1.242
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Feb 23 02:43:18 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv23482
Modified Files:
cfg-mplayer.h
Log Message:
Make vd message fit 80 character displays.
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- cfg-mplayer.h 23 Feb 2005 01:37:03 -0000 1.241
+++ cfg-mplayer.h 23 Feb 2005 01:43:15 -0000 1.242
@@ -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}
};
More information about the MPlayer-cvslog
mailing list