summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-30 12:39:48 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-30 12:39:48 +0000
commit03ca76a15bafc53f265554eec6d8913bd2265abc (patch)
treee2cba156b45c66a4f951713887c8de73beb7e5ae /help
parent9efccaa58a90cb24f6a52e5dabf3495a688b7834 (diff)
downloadmpv-03ca76a15bafc53f265554eec6d8913bd2265abc.tar.bz2
mpv-03ca76a15bafc53f265554eec6d8913bd2265abc.tar.xz
r27067: Remove pointless #ifdef.
r27068: Remove pointless HELP_MP_DEFINE_STATIC definition. r27069: -alang/-slang do not depend on dvdread support. r27071: Add the ugly HELP_MP_DEFINE_STATIC back, [...] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27163 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 393994bcb2..5373cda254 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7@gmx.net>
// Sebastian Krämer <mail@kraymer.de>
-// In sync with r27066
+// In sync with r27071
// FIXME: improve wording/meaning of periodsize|timer.. for ao_alsa.c strings
@@ -23,8 +23,8 @@ static char help_text[]=
#endif
#ifdef USE_DVDREAD
" dvd://<titelnr> Spiele DVD-Titel direkt vom Gerät anstelle einer Datei\n"
-" -alang/-slang Wähle DVD Audio/Untertitel Sprache (2-Zeichen-Ländercode)\n"
#endif
+" -alang/-slang Wähle DVD Audio/Untertitel Sprache (2-Zeichen-Ländercode)\n"
" -ss <Position> Spiele ab Position (Sekunden oder hh:mm:ss)\n"
" -nosound Ohne Ton abspielen\n"
" -fs Im Vollbildmodus abspielen (oder -vm, -zoom, siehe Manpage)\n"
@@ -736,8 +736,6 @@ static char help_text[]=
// ====================== GUI-Nachrichten/-Buttons ========================
-#ifdef HAVE_NEW_GUI
-
// --- labels ---
#define MSGTR_About "Über..."
#define MSGTR_FileSelect "Wähle Datei..."
@@ -1030,7 +1028,6 @@ static char help_text[]=
#define MSGTR_WS_NotAFile "Dies scheint keine Datei zu sein...\n"
#define MSGTR_WS_DDNothing "D&D: Nichts zurückgegeben!\n"
-#endif
// ======================= Videoausgabetreiber ========================