This commit is contained in:
Mathieu Labbe
2015-05-15 12:40:59 -04:00
parent e21104e196
commit aba0139d57

View File

@@ -2506,7 +2506,6 @@ bool MainWindow::closeDatabase()
if(QFileInfo(newPath).suffix() == "") if(QFileInfo(newPath).suffix() == "")
{ {
//use ply by default
newPath += ".db"; newPath += ".db";
} }