]> 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 0609f90396fab18d232b31af8ab6ce150cf71714..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()
@@ -259,6 +261,8 @@ std::vector<std::string> loadableImageFormats();
 frontend::Application * theApp();
 frontend::Application * createApplication(int & argc, char * argv[]);
 void hideDialogs(std::string const & name, Inset * inset);
+/// Set locale correctly using LyXRC::gui_language
+void setLocale();
 
 } // namespace lyx