added better message when you forget the Save Directory

This commit is contained in:
lostjared
2018-05-10 08:32:49 -07:00
parent 1980767e1d
commit c5974988a0

View File

@@ -96,7 +96,7 @@ void CaptureCamera::btn_Start() {
QMessageBox::information(this, tr("Could not open Capture device"), tr("Make sure you Webcam is pluged in. If you have more than one Webcam use the proper device index.")); QMessageBox::information(this, tr("Could not open Capture device"), tr("Make sure you Webcam is pluged in. If you have more than one Webcam use the proper device index."));
} }
} else { } else {
QMessageBox::information(this, tr("Error could not open device"), tr("Could not open capture device")); QMessageBox::information(this, tr("Error please fill out Save Directory"), tr("Could not create Capture device requires Save Directory"));
} }
} }