[MPlayer-cvslog] CVS: main/libvo x11_common.c,1.196,1.197
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Oct 18 13:11:27 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv13114/libvo
Modified Files:
x11_common.c
Log Message:
Make a few more messages translatable by moving them into help_mp-en.h.
patch by Paul TT < paultt == at == hackerjournal == dot == it >
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- x11_common.c 24 Aug 2005 00:46:04 -0000 1.196
+++ x11_common.c 18 Oct 2005 11:11:25 -0000 1.197
@@ -1612,8 +1612,7 @@
xs_windowid = find_xscreensaver_window(dpy);
if (!xs_windowid)
{
- mp_msg(MSGT_VO, MSGL_INFO,
- "xscreensaver_disable: Could not find xscreensaver window.\n");
+ mp_msg(MSGT_VO, MSGL_INFO, MSGTR_CouldNotFindXScreenSaver);
return;
}
mp_msg(MSGT_VO, MSGL_INFO,
@@ -1842,8 +1841,7 @@
j = i;
}
- mp_msg(MSGT_VO, MSGL_INFO,
- "XF86VM: Selected video mode %dx%d for image size %dx%d.\n",
+ mp_msg(MSGT_VO, MSGL_INFO, MSGTR_SelectedVideoMode,
*modeline_width, *modeline_height, X, Y);
XF86VidModeLockModeSwitch(mDisplay, mScreen, 0);
XF86VidModeSwitchToMode(mDisplay, mScreen, vidmodes[j]);
More information about the MPlayer-cvslog
mailing list