Skip to content

Commit

Permalink
Don't display Connection.Disconnected for forced PostStopMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
palana committed Sep 27, 2014
1 parent 7100ba8 commit aec9599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WindowStuff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aec9599

Please sign in to comment.