diff --git a/src/GUI.cpp b/src/GUI.cpp index a7b5fda42..da07668b9 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1270,7 +1270,7 @@ void GUI::deleteSelection(){ torrentBackup.remove(fileName+".paused"); torrentBackup.remove(fileName+".incremental"); torrentBackup.remove(fileName+".pieces"); - torrentBackup.remove(fileName+".filepath"); + torrentBackup.remove(fileName+".savepath"); // Update info bar setInfoBar("'" + fileName +"' "+tr("removed.", " removed.")); --nbTorrents;