diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-06-02 02:34:39 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-06-02 02:34:39 +0000 |
commit | b753d8020908ea802282bef9069805f79d326605 (patch) | |
tree | 087dcb81df435b55a1519ce1518d908f3be82570 /help | |
parent | eef80d2874585bfb83c01d4563d3d58cacf4874c (diff) |
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,
approved by Attila.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12521 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-de.h | 5 | ||||
-rw-r--r-- | help/help_mp-en.h | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h index 0425da1970..241d6c6945 100644 --- a/help/help_mp-de.h +++ b/help/help_mp-de.h @@ -3,7 +3,7 @@ // Moritz Bunkus <moritz@bunkus.org> // Alexander Strasser <eclipse7@gmx.net> -// In synch with rev 1.116 +// In synch with rev 1.117 // ========================= MPlayer help =========================== @@ -363,6 +363,9 @@ static char help_text[]= #define MSGTR_MovieAspectIsSet "Seitenverhältnis ist %.2f:1 - Skaliere zur korrekten Videogröße.\n" #define MSGTR_MovieAspectUndefined "Seitenverhältnis ist undefiniert - skaliere nicht.\n" +// x11_common.c +#define MSGTR_EwmhFullscreenStateFailed "\nX11: Konnte EWMH-Fullscreen-Event nicht senden!\n" + // ====================== GUI messages/buttons ======================== #ifdef HAVE_NEW_GUI diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 1c51976a52..c84425e485 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -360,6 +360,9 @@ static char help_text[]= #define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n" #define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n" +// x11_common.c +#define MSGTR_EwmhFullscreenStateFailed "\nX11: Couldn't send EWMH fullscreen Event!\n" + // ====================== GUI messages/buttons ======================== #ifdef HAVE_NEW_GUI |