mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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:
parent
2801a09aaf
commit
30260f0a4d
@ -140,8 +140,7 @@ string current_root()
|
||||
|
||||
bool isFilesystemCaseSensitive()
|
||||
{
|
||||
// FIXME: is this correct?
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user