Add file that didn't get included

GitHub's application for some reason didn't detect that any changes had
been made to this file.
This commit is contained in:
paibox 2013-12-31 01:00:59 +01:00
parent 06f66dbcce
commit 7178dbf96b

View File

@ -144,6 +144,7 @@ void OBS::StartRecording()
{ {
Log(TEXT("Warning - OBSCapture::Start: Unable to create the file stream. Check the file path in Broadcast Settings.")); Log(TEXT("Warning - OBSCapture::Start: Unable to create the file stream. Check the file path in Broadcast Settings."));
MessageBox(hwndMain, Str("Capture.Start.FileStream.Warning"), Str("Capture.Start.FileStream.WarningCaption"), MB_OK | MB_ICONWARNING); MessageBox(hwndMain, Str("Capture.Start.FileStream.Warning"), Str("Capture.Start.FileStream.WarningCaption"), MB_OK | MB_ICONWARNING);
bRecording = false;
} }
else { else {
EnableWindow(GetDlgItem(hwndMain, ID_TOGGLERECORDING), TRUE); EnableWindow(GetDlgItem(hwndMain, ID_TOGGLERECORDING), TRUE);
@ -679,6 +680,7 @@ retryHookTestV2:
{ {
Log(TEXT("Warning - OBSCapture::Start: Unable to create the file stream. Check the file path in Broadcast Settings.")); Log(TEXT("Warning - OBSCapture::Start: Unable to create the file stream. Check the file path in Broadcast Settings."));
MessageBox(hwndMain, Str("Capture.Start.FileStream.Warning"), Str("Capture.Start.FileStream.WarningCaption"), MB_OK | MB_ICONWARNING); MessageBox(hwndMain, Str("Capture.Start.FileStream.Warning"), Str("Capture.Start.FileStream.WarningCaption"), MB_OK | MB_ICONWARNING);
bRecording = false;
} }
else { else {
bRecording = true; bRecording = true;