]> git.sesse.net Git - vlc/blobdiff - modules/access/qtcapture.m
Use dialog_FatalWait
[vlc] / modules / access / qtcapture.m
index 525dc4a8dd34a7e5488aae160a52318b1faf6d07..3421a6d2ca365453acdccae2f481b1cc7e12dd98 100644 (file)
@@ -222,7 +222,7 @@ static int Open( vlc_object_t *p_this )
     p_sys->device = [QTCaptureDevice defaultInputDeviceWithMediaType: QTMediaTypeVideo];
     if( !p_sys->device )
     {
-        intf_UserFatal( p_demux, true, _("No Input device found"),
+        dialog_FatalWait( p_demux, _("No Input device found"),
                         _("Your Mac does not seem to be equipped with a suitable input device. "
                           "Please check your connectors and drivers.") );
         msg_Err( p_demux, "Can't find any Video device" );