X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyX.cpp;h=a0035fbe802dbb86953f91797366f7a87a665618;hb=b37929fdb33222bf55505343647838d0665a9e02;hp=180c4d335bb23b45d1468d38322951267ef1da48;hpb=fbefdb10a5dca5b26d6958b3be5a407a1b18ef5f;p=lyx.git diff --git a/src/LyX.cpp b/src/LyX.cpp index 180c4d335b..a0035fbe80 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -38,8 +38,6 @@ #include "Language.h" #include "LaTeXFonts.h" #include "LayoutFile.h" -#include "Lexer.h" -#include "LyX.h" #include "LyXAction.h" #include "LyXRC.h" #include "ModuleList.h" @@ -47,7 +45,6 @@ #include "Server.h" #include "ServerSocket.h" #include "Session.h" -#include "WordList.h" #include "frontends/alert.h" #include "frontends/Application.h" @@ -66,7 +63,6 @@ #include "support/Package.h" #include "support/unique_ptr.h" -#include #include #include #include @@ -1107,7 +1103,7 @@ bool LyX::queryUserLyXDir(bool explicit_userdir) if (!sup.createDirectory(0755)) { // Failed, so let's exit. - lyxerr << to_utf8(_("Failed to create directory. Exiting.")) + lyxerr << to_utf8(_("Failed to create directory. Perhaps wrong -userdir option?\nExiting.")) << endl; earlyExit(EXIT_FAILURE); }