mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
endl...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
39e220b96d
commit
ef6101033f
@ -215,7 +215,7 @@ void ReadSymbols(string const & filename)
|
||||
latexkeys const * in_word_set(string const & str)
|
||||
{
|
||||
if (!initialized) {
|
||||
lyxerr[Debug::MATHED] << "Reading symbols file" << endl;
|
||||
lyxerr[Debug::MATHED] << "Reading symbols file\n";
|
||||
string const file = LibFileSearch(string(), "symbols");
|
||||
if (file.empty())
|
||||
lyxerr << "Could not find symbols file" << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user