git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-08-31 07:26:27 +00:00
parent 39e220b96d
commit ef6101033f

View File

@ -215,7 +215,7 @@ void ReadSymbols(string const & filename)
latexkeys const * in_word_set(string const & str) latexkeys const * in_word_set(string const & str)
{ {
if (!initialized) { if (!initialized) {
lyxerr[Debug::MATHED] << "Reading symbols file" << endl; lyxerr[Debug::MATHED] << "Reading symbols file\n";
string const file = LibFileSearch(string(), "symbols"); string const file = LibFileSearch(string(), "symbols");
if (file.empty()) if (file.empty())
lyxerr << "Could not find symbols file" << endl; lyxerr << "Could not find symbols file" << endl;