Index: ppdc/ppdc-source.cxx =================================================================== --- ppdc/ppdc-source.cxx (revision 8308) +++ ppdc/ppdc-source.cxx (working copy) @@ -1665,7 +1665,9 @@ strcpy(basedir, "."); // Find the po file... - if (!pofilename[0] || + pofilename[0] = '\0'; + + if (!poname[0] || find_include(poname, basedir, pofilename, sizeof(pofilename))) { // Found it, so load it...