From: Vincent van Ravesteijn Date: Wed, 17 Nov 2010 03:22:37 +0000 (+0000) Subject: Correct bug number and typo. X-Git-Tag: 2.0.0~1832 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7bf7fabb13d51e8f84cf90ece6f0c27d2cc58c78;p=features.git Correct bug number and typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36329 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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