D Haley 87c6977
--- src/gui/mainFrame.cpp
D Haley 87c6977
+++ src/gui/mainFrame.cpp
D Haley 87c6977
@@ -2904,9 +2904,9 @@ void MainWindowFrame::OnHelpHelp(wxCommandEvent &event)
f26510a
 	string s;
f26510a
 	s=locateDataFile("3Depict-manual.pdf");
f26510a
 
f26510a
-	//Also Debian makes us use the lowercase "D", so check there too.
f26510a
-	if(!s.size())
f26510a
-		s=locateDataFile("3depict-manual.pdf");
f26510a
+	//Also Fedora has diff dir
f26510a
+	if(!wxFileExists(s))
f26510a
+		s="/usr/share/doc/3Depict-0.0.8/3Depict-0.0.8-manual.pdf";
f26510a
 
f26510a
 	//FIXME: under windows, currently we use "manual.pdf"
f26510a
 	if(!s.size())