D Haley 8746bc6
diff -r 1b997a96b779 src/gui/mainFrame.cpp
D Haley 8746bc6
--- src/gui/mainFrame.cpp	Sat Mar 23 17:50:44 2013 +0000
D Haley 8746bc6
+++ src/gui/mainFrame.cpp	Sat Mar 23 17:56:36 2013 +0000
D Haley 8746bc6
@@ -2546,9 +2546,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
D Haley c4c4131
+	if(!wxFileExists(wxStr(s)))
D Haley c4c4131
+		s="/usr/share/doc/3Depict-0.0.8/3Depict-0.0.8-manual.pdf";
D Haley c4c4131
 
D Haley c4c4131
 
D Haley c4c4131
 	//If we found it, use the default program associated with that data file