]> git.lyx.org Git - features.git/commitdiff
InsetMathNest.cpp: Ctrl-b uses now \boldsymbol (fixes http://bugzilla.lyx.org/show_bu...
authorUwe Stöhr <uwestoehr@web.de>
Sun, 9 Mar 2008 23:23:50 +0000 (23:23 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 9 Mar 2008 23:23:50 +0000 (23:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23608 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.cpp

index b51e20c38aefc948416ced4784246fd19708dd77..9d173aac878dcee94a02bd4a3624fffc98bbb68d 100644 (file)
@@ -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)