- Fix PeerGuardian .p2b file support

This commit is contained in:
Christophe Dumez
2009-12-28 19:36:42 +00:00
parent ed9c68eea0
commit 1d58e7fd7f
2 changed files with 4 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ class FilterParserThread : public QThread {
// PeerGuardian p2p file
parseP2PFilterFile(filePath);
} else {
if(filePath.endsWith(".p2p", Qt::CaseInsensitive)) {
if(filePath.endsWith(".p2b", Qt::CaseInsensitive)) {
// PeerGuardian p2b file
parseP2BFilterFile(filePath);
} else {