mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
fix typo, tabs for indentation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34057 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c98745c081
commit
4b99d089cb
@ -652,9 +652,9 @@ static void error_handler(int err_sig)
|
|||||||
|
|
||||||
#ifdef SIGHUP
|
#ifdef SIGHUP
|
||||||
if (err_sig == SIGSEGV ||
|
if (err_sig == SIGSEGV ||
|
||||||
(err_sig != SIGHUP && !getEnv("LYXDEBUG").empty())) {
|
(err_sig != SIGHUP && !getEnv("LYXDEBUG").empty())) {
|
||||||
#else
|
#else
|
||||||
if (err_sig == SIGSEGV || !getEnv("LYXDEBUG").empty()) {
|
if (err_sig == SIGSEGV || !getEnv("LYXDEBUG").empty()) {
|
||||||
#endif
|
#endif
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// with abort() it crashes again.
|
// with abort() it crashes again.
|
||||||
|
@ -669,7 +669,7 @@ void GuiView::closeEvent(QCloseEvent * close_event)
|
|||||||
LYXERR(Debug::DEBUG, "GuiView::closeEvent()");
|
LYXERR(Debug::DEBUG, "GuiView::closeEvent()");
|
||||||
|
|
||||||
if (!GuiViewPrivate::busyBuffers.isEmpty()) {
|
if (!GuiViewPrivate::busyBuffers.isEmpty()) {
|
||||||
Alert::warning(_("Exit LyX "), _("Could not exit LyX, because documents are procressed by LyX."));
|
Alert::warning(_("Exit LyX"), _("Could not exit LyX, because documents are processed by LyX."));
|
||||||
close_event->setAccepted(false);
|
close_event->setAccepted(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user