[LyX/master] missing quote in message
Jean-Marc Lasgouttes
lasgouttes at lyx.org
Fri Jul 12 17:04:27 UTC 2024
commit ed2e5554d8a1165d284ca75bf6ed191b2427c047
Author: Jean-Marc Lasgouttes <lasgouttes at 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;
More information about the lyx-cvs
mailing list