]> git.lyx.org Git - lyx.git/blobdiff - src/chset.C
* filetools.[Ch]: Make functions that start with a capital
[lyx.git] / src / chset.C
index 6a5631566d1d5843526d9895da4bbdc86b871118..c52158e1665abdc9e258c2e3845bda437e786239 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <fstream>
 
-using lyx::support::LibFileSearch;
+using lyx::support::libFileSearch;
 
 using boost::regex;
 using boost::smatch;
@@ -48,7 +48,7 @@ bool CharacterSet::loadFile(string const & fname)
        // open definition file
        lyxerr[Debug::KBMAP]
                << "Reading character set file " << fname << ".cdef" << endl;
-       string const filename = LibFileSearch("kbd", fname, "cdef");
+       string const filename = libFileSearch("kbd", fname, "cdef");
        ifstream ifs(filename.c_str());
        if (!ifs) {
                lyxerr << "Unable to open character set file" << endl;