]> git.lyx.org Git - features.git/commitdiff
Correct bug number and typo.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 17 Nov 2010 03:22:37 +0000 (03:22 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 17 Nov 2010 03:22:37 +0000 (03:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36329 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp
src/frontends/qt4/GuiView.cpp

index c9d0b63800772a2f7d2f796f6163873421b38e33..26126da83897de6310ce56470b652a7d7f3d9e1a 100644 (file)
@@ -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();
index 4c1ddd9077de705171474682fde2a5ce88e06999..2ecc83e6ff06f41bbdec96267a6d1fecc49ff333 100644 (file)
@@ -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