commit 462810ff037fe41e64f2fb17766e7926a69c2458
Author: Pavel Sanda <sa...@lyx.org>
Date:   Mon Mar 3 22:38:58 2025 +0100

    one more link fix
---
 src/Buffer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index a6673f5cd4..d7c794050f 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -1346,7 +1346,7 @@ Buffer::ReadStatus Buffer::parseLyXFormat(Lexer & lex,
 
        // LyX formats 217 and earlier were written as 2.17. This corresponds
        // to files from LyX versions < 1.1.6.3. We just remove the dot in
-       // these cases. See also: www.lyx.org/trac/changeset/1313.
+       // these cases. See also: www.lyx.org/trac/changeset/716cd578ae .
        size_t dot = tmp_format.find_first_of(".,");
        if (dot != string::npos)
                tmp_format.erase(dot, 1);
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to