underlying filesystem is case insensitive

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26756 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2008-10-05 19:37:56 +00:00
parent 2801a09aaf
commit 30260f0a4d

View File

@ -140,8 +140,7 @@ string current_root()
bool isFilesystemCaseSensitive()
{
// FIXME: is this correct?
return true;
return false;
}