changeset 18247:3c1418657a36

fix typo X<->Y
author attila
date Mon, 24 Apr 2006 14:03:58 +0000
parents efd37d974b0b
children 595d94213ad0
files libvo/vo_dxr3.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dxr3.c	Mon Apr 24 11:28:49 2006 +0000
+++ b/libvo/vo_dxr3.c	Mon Apr 24 14:03:58 2006 +0000
@@ -1407,7 +1407,7 @@
     cal.cal_mode = EM8300_OVERLAY_CALMODE_XCORRECTION;
     if (ioctl(o->dev, EM8300_IOCTL_OVERLAY_CALIBRATE, &cal))
 	{
- 	    mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_DXR3_FailedGettingOverlayYScaleCorrection);
+ 	    mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_DXR3_FailedGettingOverlayXScaleCorrection);
  	    return -1;
 	}
     mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_DXR3_XCorrection,cal.result);