X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FApplication.h;h=ca5ea4493ad774dce66e94d4bb6a2b20c46649c9;hb=c053a9394d1075ecad02ccce2f34c95f08c1f00f;hp=0fe4d9101d8c5d24ca621ad17633f85474b00ed9;hpb=19024f725533b3dcdeddc318119e1379eb2c6837;p=lyx.git diff --git a/src/frontends/Application.h b/src/frontends/Application.h index 0fe4d9101d..ca5ea4493a 100644 --- a/src/frontends/Application.h +++ b/src/frontends/Application.h @@ -235,6 +235,8 @@ public: /// \return the icon file name for the given action. static docstring iconName(FuncRequest const & f, bool unknown); + /// \return the math icon name for the given command. + static docstring mathIcon(docstring const & c); /// Handle a accented char key sequence /// FIXME: this is only needed for LFUN_ACCENT_* in Text::dispatch()