diff -r dd964e5b7415 src/3Depict.cpp --- src/3Depict.cpp Sun Mar 27 18:36:46 2011 +0100 +++ src/3Depict.cpp Sun Mar 27 18:38:13 2011 +0100 @@ -1894,9 +1894,9 @@ string s; s=locateDataFile("3Depict-manual.pdf"); - //Also debian makes us use the lowercase "D", so check there too. - if(!s.size()) - s=locateDataFile("3depict-manual.pdf"); + //Also Fedora has diff dir + if(!wxFileExists(wxStr(s))) + s="/usr/share/doc/3Depict-0.0.5/3Depict-0.0.5-manual.pdf"; //If we found it, use the default program associated with that data file