]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.C
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / lyxlex_pimpl.C
index 292778761a44a3bd87fc7d77c3a8b60e4b91fc6e..e8e9e06befcc3f217ca7525526c4d1664941f5c2 100644 (file)
@@ -24,7 +24,7 @@
 
 using lyx::support::compare_ascii_no_case;
 using lyx::support::getFormatFromContents;
-using lyx::support::MakeDisplayPath;
+using lyx::support::makeDisplayPath;
 using lyx::support::split;
 using lyx::support::subst;
 
@@ -73,7 +73,7 @@ void LyXLex::Pimpl::printError(string const & message) const
 {
        string const tmpmsg = subst(message, "$$Token", getString());
        lyxerr << "LyX: " << tmpmsg << " [around line " << lineno
-              << " of file " << MakeDisplayPath(name) << ']' << endl;
+              << " of file " << makeDisplayPath(name) << ']' << endl;
 }