summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-31 21:06:20 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-31 21:06:20 +0000
commit7492504ebb70021529ee0484ae908cd5f6f4b76c (patch)
treecc7526253b22942e21ce54df65199e5ffbc20a92 /mplayer.c
parentc880874da3947b0936a63cfb665c5d5b839653d8 (diff)
downloadmpv-7492504ebb70021529ee0484ae908cd5f6f4b76c.tar.bz2
mpv-7492504ebb70021529ee0484ae908cd5f6f4b76c.tar.xz
GUI_MSG bug fixed - thanx Attila Kinali
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1810 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 2dbe005d58..869482b03a 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -697,7 +697,7 @@ play_next_file:
if (dvd_auth_device) {
// if (dvd_auth(dvd_auth_device,f)) {
if (dvd_auth(dvd_auth_device,filename)) {
- GUI_MSG( mplErrorDVDAuth )
+ mp_msg(MSGT_CPLAYER,MSGL_FATAL,"Error in DVD auth...\n");
exit_player(MSGTR_Exit_error);
}
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_DVDauthOk);