From 8151dd58523b77716dc9139c5e5f8593394dfa87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 9 Mar 2008 23:23:50 +0000 Subject: [PATCH] InsetMathNest.cpp: Ctrl-b uses now \boldsymbol (fixes http://bugzilla.lyx.org/show_bug.cgi?id=499) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23608 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathNest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index b51e20c38a..9d173aac87 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -808,7 +808,7 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd) if (currentMode() == TEXT_MODE) handleFont(cur, cmd.argument(), "textbf"); else - handleFont(cur, cmd.argument(), "mathbf"); + handleFont(cur, cmd.argument(), "boldsymbol"); break; case LFUN_FONT_SANS: if (currentMode() == TEXT_MODE) -- 2.39.2