commit 03c6c5f9d2740b9c846fb4f67c7b2eb89a72e00d
Author: Koji Yokota <[email protected]>
Date:   Mon Jun 16 22:16:09 2025 +0900

    Fix FuncRequest argument
---
 src/frontends/qt/GuiToolbar.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontends/qt/GuiToolbar.cpp b/src/frontends/qt/GuiToolbar.cpp
index a728edf792..7e9a03885a 100644
--- a/src/frontends/qt/GuiToolbar.cpp
+++ b/src/frontends/qt/GuiToolbar.cpp
@@ -556,7 +556,7 @@ void DynamicMenuButton::loadMathTexts(InsetMathHull * hull)
                }
                if (!skippedMenu) {
                        FuncRequest func(LFUN_MATH_INSERT,
-                                        "\"\\" + mathTextMenu[i][0] + "\"",
+                                        "\\" + mathTextMenu[i][0],
                                         FuncRequest::TOOLBAR);
                        QString menuText = toqstr(from_utf8(mathTextMenu[i][1] 
+ "\t\\" +
                                                    mathTextMenu[i][0]));
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to