]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
Fix doubling of bibtex and index alternatives everytime preferences are saved.
[lyx.git] / src / frontends / Application.h
index 489e96e0a26256c471183ec04c4d94510613351c..72173ebe1638b078fff1f6bf826cbe111ce77e75 100644 (file)
@@ -224,8 +224,14 @@ public:
 
        virtual bool searchMenu(FuncRequest const & func,
                docstring_list & names) const = 0;
+
+       /// \return the icon file name for the given action.
+       virtual docstring iconName(FuncRequest const & f, bool unknown) = 0;
 };
 
+/// Return the list of loadable formats.
+std::vector<std::string> loadableImageFormats();
+
 } // namespace frontend
 
 frontend::Application * theApp();