From aec9599704b6fdce9153e4160b98d05f4569ce55 Mon Sep 17 00:00:00 2001 From: palana Date: Sat, 27 Sep 2014 19:30:20 +0200 Subject: [PATCH] Don't display Connection.Disconnected for forced PostStopMessage --- Source/WindowStuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WindowStuff.cpp b/Source/WindowStuff.cpp index 88cf1c5c3..7255df127 100644 --- a/Source/WindowStuff.cpp +++ b/Source/WindowStuff.cpp @@ -4095,7 +4095,7 @@ LRESULT CALLBACK OBS::OBSProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa OBSMessageBox(hwndMain, App->streamReport.Array(), Str("StreamReport"), MB_ICONEXCLAMATION); App->streamReport.Clear(); } - else + else if (wParam != 1) OBSMessageBox(hwnd, Str("Connection.Disconnected"), NULL, MB_ICONEXCLAMATION); } else if(wParam == 0)