comparison mplayer.c @ 1809:84c9a29bb6c3

GUI_MSG bug fixed - thanx Attila Kinali
author arpi
date Fri, 31 Aug 2001 21:06:20 +0000
parents e37f7103df91
children c8bc613eb4f8
comparison
equal deleted inserted replaced
1808:e37f7103df91 1809:84c9a29bb6c3
695 mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_CmdlineDVDkey); 695 mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_CmdlineDVDkey);
696 } 696 }
697 if (dvd_auth_device) { 697 if (dvd_auth_device) {
698 // if (dvd_auth(dvd_auth_device,f)) { 698 // if (dvd_auth(dvd_auth_device,f)) {
699 if (dvd_auth(dvd_auth_device,filename)) { 699 if (dvd_auth(dvd_auth_device,filename)) {
700 GUI_MSG( mplErrorDVDAuth ) 700 mp_msg(MSGT_CPLAYER,MSGL_FATAL,"Error in DVD auth...\n");
701 exit_player(MSGTR_Exit_error); 701 exit_player(MSGTR_Exit_error);
702 } 702 }
703 mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_DVDauthOk); 703 mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_DVDauthOk);
704 } 704 }
705 #endif 705 #endif