]> git.lyx.org Git - lyx.git/commitdiff
underlying filesystem is case insensitive
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 5 Oct 2008 19:37:56 +0000 (19:37 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 5 Oct 2008 19:37:56 +0000 (19:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26756 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/os_cygwin.cpp

index 032aae7f131b46962129a7d68f39f8d1b9157d42..6b91873e3c1f7094564163507df24b887b59cb49 100644 (file)
@@ -140,8 +140,7 @@ string current_root()
 
 bool isFilesystemCaseSensitive()
 {
-       // FIXME: is this correct?
-       return true;
+       return false;
 }