Author: nicodvb Date: Fri Nov 16 22:32:09 2007 New Revision: 25059 Log: report why the dvd couldn't be opened. Patch by Jan Knutar jknutar+nic+fi
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/stream/stream_dvd.c trunk/stream/stream_dvdnav.c Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h (original) +++ trunk/help/help_mp-en.h Fri Nov 16 22:32:09 2007 @@ -537,7 +537,7 @@ static char help_text[]= #define MSGTR_SMBFileNotFound "Could not open from LAN: '%s'\n" #define MSGTR_SMBNotCompiled "MPlayer was not compiled with SMB reading support.\n" -#define MSGTR_CantOpenDVD "Couldn't open DVD device: %s\n" +#define MSGTR_CantOpenDVD "Couldn't open DVD device: %s (%s)\n" // stream_dvd.c #define MSGTR_DVDspeedCantOpen "Couldn't open DVD device for writing, changing DVD speed needs write access.\n" _______________________________________________ MPlayer-DOCS mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
