mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
filetools.cpp: revert r35499 until we found a proper solution as discussed in http://article.gmane.org/gmane.editors.lyx.devel/129471
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35500 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
052f689daa
commit
f772315090
@ -74,7 +74,7 @@ bool isSGMLFileName(string const & filename)
|
||||
|
||||
bool isValidLaTeXFileName(string const & filename)
|
||||
{
|
||||
string const invalid_chars("#$%{}[]\"^");
|
||||
string const invalid_chars("#$%{}()[]\"^");
|
||||
return filename.find_first_of(invalid_chars) == string::npos;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user