From: Jean-Marc Lasgouttes Date: Fri, 12 Jul 2024 17:04:18 +0000 (+0200) Subject: missing quote in message X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed2e5554d8a1165d284ca75bf6ed191b2427c047;p=lyx.git missing quote in message --- 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;