]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Infrastructure for choosing different icon sets. This currently works
[lyx.git] / src / support / filetools.h
index 49dadf9a33d617fe827b212afe6e7d62519e9195..cd25d472006ada070acbc892d97c92f4143b6337 100644 (file)
@@ -98,6 +98,13 @@ i18nLibFileSearch(std::string const & dir,
                  std::string const & name,
                  std::string const & ext = std::string());
 
+/** Same as libFileSearch(), but tries first to find a preferred
+  version of the file by appending the icon set name to the dir
+  */
+FileName const
+imageLibFileSearch(std::string & dir, std::string const & name,
+                  std::string const & ext = std::string());
+
 /// How to quote a filename
 enum quote_style {
        /** Quote for the (OS dependant) shell. This is needed for command