844eb6f
diff -r 7abb69436c2b src/gui/mainFrame.cpp
844eb6f
--- src/gui/mainFrame.cpp	Sat Aug 02 05:39:24 2014 -0400
844eb6f
+++ src/gui/mainFrame.cpp	Sat Aug 02 05:40:32 2014 -0400
844eb6f
@@ -2840,9 +2840,9 @@
D Haley c4c4131
 	string s;
D Haley c4c4131
 	s=locateDataFile("3Depict-manual.pdf");
D Haley c4c4131
 
D Haley c4c4131
-	//Also Debian makes us use the lowercase "D", so check there too.
D Haley c4c4131
-	if(!s.size())
D Haley c4c4131
-		s=locateDataFile("3depict-manual.pdf");
D Haley c4c4131
+	//Also Fedora has diff dir
844eb6f
+	if(!wxFileExists(s))
D Haley c4c4131
+		s="/usr/share/doc/3Depict-0.0.8/3Depict-0.0.8-manual.pdf";
D Haley c4c4131
 
844eb6f
 	//FIXME: under windows, currently we use "manual.pdf"
844eb6f
 	if(!s.size())