X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fchset.C;h=c52158e1665abdc9e258c2e3845bda437e786239;hb=ae348f8af96100a154b3792d27732d621d44ec89;hp=6a5631566d1d5843526d9895da4bbdc86b871118;hpb=342cdf432246110db37bee4e0aebb4b72c933ddb;p=lyx.git diff --git a/src/chset.C b/src/chset.C index 6a5631566d..c52158e166 100644 --- a/src/chset.C +++ b/src/chset.C @@ -22,7 +22,7 @@ #include -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;