diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 2aa62f41d..8cdf9610a 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -1776,6 +1776,9 @@ void Application::ParseOptions(int ac, char ** av) else if (strcmp(av[i],"-session") == 0) { merge = true; } + else if (strcmp(av[i],"-graphicssystem") == 0) { + merge = true; + } } // 0000659: SIGABRT on startup in boost::program_options (Boost 1.49)