From 339e4f20afd03363d4f1c0220d7f5eb568d394fe Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 13 Jun 2003 01:25:11 +0000 Subject: Add missing language suffix to DOCS/ path. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10287 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dga.c | 2 +- libvo/vo_xv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c index fbaf617e25..bde3180804 100644 --- a/libvo/vo_dga.c +++ b/libvo/vo_dga.c @@ -715,7 +715,7 @@ static uint32_t config( uint32_t width, uint32_t height, if(vo_dga_vp_width == VO_DGA_INVALID_RES){ mp_msg(MSGT_VO, MSGL_ERR, "vo_dga: Something is wrong with your DGA. There doesn't seem to be a\n" " single suitable mode!\n" - " Please file a bug report (see DOCS/bugreports.html)\n"); + " Please file a bug report (see DOCS/en/bugreports.html)\n"); #ifndef HAVE_DGA2 #ifdef HAVE_XF86VM if(vo_dga_vidmodes){ diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c index d5226f357b..1934238c63 100644 --- a/libvo/vo_xv.c +++ b/libvo/vo_xv.c @@ -769,7 +769,7 @@ static uint32_t preinit(const char *arg) "see 'mplayer -vo help' for other (non-xv) video out drivers.\n"); else mp_msg(MSGT_VO,MSGL_ERR,"It seems there is no Xvideo support for your video card available.\n" - "Run 'xvinfo' to verify its Xv support, and read Xv section of DOCS/video.html !\n" + "Run 'xvinfo' to verify its Xv support and read DOCS/en/video.html#xv!\n" "See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11\n"); return -1; } -- cgit v1.2.3