(trunk, qt) #3094 "reopened Enhancement" -- fix r10433 typo

This commit is contained in:
Charles Kerr 2010-04-01 21:55:26 +00:00
parent 0706901e78
commit b075381f64
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ TorrentDelegate :: progressString( const Torrent& tor ) const
.arg( Utils::sizeToString( tor.sizeWhenDone( ) ) )
.arg( tor.percentDone( ) * 100.0, 0, 'f', 2 )
.arg( Utils::sizeToString( tor.uploadedEver( ) ) )
.arg( Utils::ratioToString( tor.ratio( ) )
.arg( Utils::ratioToString( seedRatio ) ) );
.arg( Utils::ratioToString( tor.ratio( ) ) )
.arg( Utils::ratioToString( seedRatio ) );
}
else
{