]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.cpp
Get rid of xmlize, bringing no advantage over escapeString.
[lyx.git] / src / insets / InsetInfo.cpp
index b23255aafea8e7e2b03cbceed6e77801397e1ad2..699d878bb147924cf2cd88baea639755ac60282b 100644 (file)
@@ -759,6 +759,7 @@ bool InsetInfo::forceLocalFontSwitch() const
 {
        return params_.type == InsetInfoParams::MENU_INFO
                || params_.type == InsetInfoParams::SHORTCUTS_INFO
+               || params_.type == InsetInfoParams::SHORTCUT_INFO
                || params_.type == InsetInfoParams::L7N_INFO;
 }