Author: reimar Date: Wed Jan 26 22:24:49 2011 New Revision: 32817 Log: Change MSGTR_Paused definition to allow simplifying some code.
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/help/help_mp-bg.h trunk/help/help_mp-cs.h trunk/help/help_mp-de.h trunk/help/help_mp-dk.h trunk/help/help_mp-el.h trunk/help/help_mp-es.h trunk/help/help_mp-fr.h trunk/help/help_mp-hu.h trunk/help/help_mp-it.h trunk/help/help_mp-ja.h trunk/help/help_mp-ko.h trunk/help/help_mp-mk.h trunk/help/help_mp-nl.h trunk/help/help_mp-pl.h trunk/help/help_mp-pt_BR.h trunk/help/help_mp-ro.h trunk/help/help_mp-ru.h trunk/help/help_mp-sk.h trunk/help/help_mp-sv.h trunk/help/help_mp-tr.h trunk/help/help_mp-uk.h trunk/help/help_mp-zh_CN.h trunk/help/help_mp-zh_TW.h trunk/mplayer.c Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Wed Jan 26 20:00:17 2011 (r32816) +++ trunk/help/help_mp-en.h Wed Jan 26 22:24:49 2011 (r32817) @@ -123,7 +123,7 @@ static const char help_text[]= #define MSGTR_ForcedAudioCodec "Forced audio codec: %s\n" #define MSGTR_Video_NoVideo "Video: no video\n" #define MSGTR_NotInitializeVOPorVO "\nFATAL: Could not initialize video filters (-vf) or video output (-vo).\n" -#define MSGTR_Paused "\n ===== PAUSE =====\r" // no more than 23 characters (status line for audio files) +#define MSGTR_Paused " ===== PAUSE =====" // no more than 23 characters (status line for audio files) #define MSGTR_PlaylistLoadUnable "\nUnable to load playlist %s.\n" #define MSGTR_Exit_SIGILL_RTCpuSel \ "- MPlayer crashed by an 'Illegal Instruction'.\n"\ _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
