[LyX/master] Amend 369828194361164 for the sake of the (not exceptionally bright) layout test

Juergen Spitzmueller spitz at lyx.org
Sun Dec 3 08:14:08 UTC 2023


commit 4ba94f74a5c9c8eca8ec30b895e9d0c3f9b5492f
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun Dec 3 10:36:59 2023 +0100

    Amend 369828194361164 for the sake of the (not exceptionally bright) layout test
---
 src/Layout.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Layout.cpp b/src/Layout.cpp
index 0c62a0d..8e54891 100644
--- a/src/Layout.cpp
+++ b/src/Layout.cpp
@@ -1350,7 +1350,7 @@ void writeArgument(ostream & os, string const & id, Layout::latexarg const & arg
 	if (!arg.tooltip.empty())
 		os << "\t\tToolTip \"" << to_utf8(arg.tooltip) << "\"\n";
 	if (!arg.required.empty())
-		os << "\t\tRequires \"" << arg.required << "\"\n";
+		os << "\t\tRequires " << arg.required << "\n";
 	if (!arg.decoration.empty())
 		os << "\t\tDecoration \"" << arg.decoration << "\"\n";
 	if (!arg.newlinecmd.empty())


More information about the lyx-cvs mailing list