Mercurial > mplayer.hg
changeset 18151:2b48046d03e9
add a newline before the "Playing"... line
author | reimar |
---|---|
date | Wed, 19 Apr 2006 21:06:12 +0000 |
parents | 710d4bc5f8c9 |
children | e753cb451d2c |
files | help/help_mp-en.h mplayer.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Wed Apr 19 20:12:01 2006 +0000 +++ b/help/help_mp-en.h Wed Apr 19 21:06:12 2006 +0000 @@ -109,7 +109,7 @@ #define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support.\n" #define MSGTR_GuiNeedsX "MPlayer GUI requires X11.\n" -#define MSGTR_Playing "Playing %s.\n" +#define MSGTR_Playing "\nPlaying %s.\n" #define MSGTR_NoSound "Audio: no sound\n" #define MSGTR_FPSforced "FPS forced to be %5.3f (ftime: %5.3f).\n" #define MSGTR_CompiledWithRuntimeDetection "Compiled with runtime CPU detection.\n"
--- a/mplayer.c Wed Apr 19 20:12:01 2006 +0000 +++ b/mplayer.c Wed Apr 19 21:06:12 2006 +0000 @@ -2213,7 +2213,7 @@ #ifdef HAVE_SSE2 mp_msg(MSGT_CPLAYER,MSGL_INFO," SSE2"); #endif - mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n\n"); + mp_msg(MSGT_CPLAYER,MSGL_INFO,"\n"); #endif /* RUNTIME_CPUDETECT */ #endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */