]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.cpp
Update the GuiLabel view when the document is read-only. Also disable the text field.
[lyx.git] / src / DocIterator.cpp
index ecf121582886c6a70ac810491d8570c3a7eb25fc..425c6d6d5edc737e0726657a5e71e55b275cf217 100644 (file)
@@ -111,7 +111,7 @@ Inset * DocIterator::prevInset() const
                if (cell().empty())
                        // FIXME: this should not happen but it does.
                        // See bug 3189
-                       // http://bugzilla.lyx.org/show_bug.cgi?id=3189
+                       // http://www.lyx.org/trac/ticket/3189
                        return 0;
                else
                        return prevAtom().nucleus();