diff options
author | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-09 09:03:33 +0000 |
---|---|---|
committer | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-09 09:03:33 +0000 |
commit | 3975310f95371d073ed7ef13be799f349dd2001c (patch) | |
tree | 4a362b9b630436f975b4b2c0ca095b6709768687 | |
parent | a003ddbf7c9990df2d3a6baab97143aaee2c27be (diff) |
compilation fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12978 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | help/help_mp-pl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-pl.h b/help/help_mp-pl.h index bd87375482..ee25442ce0 100644 --- a/help/help_mp-pl.h +++ b/help/help_mp-pl.h @@ -363,8 +363,8 @@ static char help_text[]= // x11_common.c #define MSGTR_EwmhFullscreenStateFailed "\nX11: Nie mogłem wysłać zdarzenia pełnego ekranu EWMH!\n" - #define MSGTR_InsertingAfVolume "[Mixer] Nie ma sprzętowego miksowania, włączam filtr głośności.\n" - #define MSGTR_NoVolume "[Mixer] Regulacja głośności niedostępna.\n" +#define MSGTR_InsertingAfVolume "[Mixer] Nie ma sprzętowego miksowania, włączam filtr głośności.\n" +#define MSGTR_NoVolume "[Mixer] Regulacja głośności niedostępna.\n" // ====================== GUI messages/buttons ======================== |