From c5974988a0028a2dbbe2fa5f590ae61880c28890 Mon Sep 17 00:00:00 2001 From: lostjared Date: Thu, 10 May 2018 08:32:49 -0700 Subject: [PATCH] added better message when you forget the Save Directory --- src/new_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/new_dialog.cpp b/src/new_dialog.cpp index d2f2bd2..693a33a 100644 --- a/src/new_dialog.cpp +++ b/src/new_dialog.cpp @@ -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.")); } } 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")); } }