separate code for determining if there is a download with same name and location

This commit is contained in:
Mitchell Livingston
2007-05-11 18:56:59 +00:00
parent 02710f8092
commit 3af24be44e
5 changed files with 49 additions and 31 deletions

View File

@@ -395,7 +395,7 @@ tr_errorString( int code )
return "Insufficient permissions";
case TR_ERROR_IO_SPACE:
return "Insufficient free space";
case TR_ERROR_IO_DUP_NAME:
case TR_ERROR_IO_DUP_DOWNLOAD:
return "Already active transfer with same name and download folder";
case TR_ERROR_IO_RESOURCES:
return "Insufficient resources";