commit ed2e5554d8a1165d284ca75bf6ed191b2427c047
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Jul 12 19:04:18 2024 +0200

    missing quote in message
---
 src/LyXRC.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp
index feda5110c0..fb9eb8f303 100644
--- a/src/LyXRC.cpp
+++ b/src/LyXRC.cpp
@@ -1150,7 +1150,7 @@ LyXRC::ReturnValues LyXRC::read(Lexer & lexrc, bool 
check_format)
                                else if (tmp == "full")
                                        draw_strategy = DrawStrategy::Full;
                                else {
-                                       LYXERR0("Unrecognized draw strategy " 
<< tmp <<'"');
+                                       LYXERR0("Unrecognized draw strategy \"" 
<< tmp <<'"');
                                }
                        }
                        break;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to