]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Import last layout translations
[lyx.git] / src / LyX.cpp
index b033e40bd8f05d6fb10dc60c443d10f2a9b365d3..5ae488d8f847d10d4d950f2a3e97c23d858eabba 100644 (file)
@@ -294,11 +294,6 @@ int LyX::exec(int & argc, char * argv[])
                        top_build_dir_is_one_level_up);
        } catch (ExceptionMessage const & message) {
                LYXERR(Debug::LOCALE, message.title_ + ", " + message.details_);
-#ifdef _WIN32
-               // no console and no Qt here so use a simple message box
-               MessageBoxA(0, to_ascii(message.details_).c_str(), to_ascii(message.title_).c_str(), 0);
-               return 1;
-#endif
        }
        locale_init();