]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
#9130 Text in main work area isn't rendered with high resolution
[lyx.git] / src / frontends / Application.h
index 0fe4d9101d8c5d24ca621ad17633f85474b00ed9..ca5ea4493ad774dce66e94d4bb6a2b20c46649c9 100644 (file)
@@ -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()