From 579a5019d808eb70fdfc49675df693d699bab797 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Thu, 22 Dec 2016 06:57:26 -0800 Subject: [PATCH] UI: Fix video initialization failure error message It incorrectly assumed windows systems before, now it uses an appropriate platform-independent error message. Also fixes a missing word. --- UI/window-basic-main.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 212ae5869..fcb18835f 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -1091,14 +1091,8 @@ extern obs_frontend_callbacks *InitializeAPIInterface(OBSBasic *main); "not found. Your GPU may not be supported." #define UNKNOWN_ERROR \ - "Failed to initialize video. This error can happen for one of " \ - "the following reasons:\n\n" \ - "1.) Your GPU might not supported (DirectX 10 support minimum " \ - "is required - note that some older and outdated " \ - "integrated laptop GPUs do not support DirectX 10)\n" \ - "2.) You may be running Windows Vista without the " \ - "\"Platform Update\"\n" \ - "3.) Your video card drivers may be out of date" + "Failed to initialize video. Your GPU may not be supported, " \ + "or your graphics drivers may need to be updated." void OBSBasic::OBSInit() {