Mercurial > mplayer.hg
changeset 1809:84c9a29bb6c3
GUI_MSG bug fixed - thanx Attila Kinali
author | arpi |
---|---|
date | Fri, 31 Aug 2001 21:06:20 +0000 |
parents | e37f7103df91 |
children | d44b0ce32791 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Aug 31 20:59:41 2001 +0000 +++ b/mplayer.c Fri Aug 31 21:06:20 2001 +0000 @@ -697,7 +697,7 @@ 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);