From 7bf7fabb13d51e8f84cf90ece6f0c27d2cc58c78 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Wed, 17 Nov 2010 03:22:37 +0000 Subject: [PATCH] Correct bug number and typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36329 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 2 +- src/frontends/qt4/GuiView.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index c9d0b63800..26126da838 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -4115,7 +4115,7 @@ int Buffer::spellCheck(DocIterator & from, DocIterator & to, Buffer::ReadStatus Buffer::reload() { setBusy(true); - // c.f. bug 6587 + // c.f. bug http://www.lyx.org/trac/ticket/6587 removeAutosaveFile(); // e.g., read-only status could have changed due to version control d->filename.refresh(); diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 4c1ddd9077..2ecc83e6ff 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -2530,10 +2530,10 @@ bool GuiView::saveBufferIfNeeded(Buffer & buf, bool hiding) return false; break; case 1: - // if we crash after this we could - // have no autosave file but I guess - // this is really improbable (Jug) - // Sometime improbable things happen, bug 6857 (ps) + // If we crash after this we could have no autosave file + // but I guess this is really improbable (Jug). + // Sometimes improbable things happen: + // - see bug http://www.lyx.org/trac/ticket/6587 (ps) // buf.removeAutosaveFile(); if (hiding) // revert all changes -- 2.39.2