added uLeacher and qBittorrent

This commit is contained in:
Arvid Norberg 2006-09-23 21:21:52 +00:00
parent 004d3771cb
commit 4d6d8b893d
1 changed files with 2 additions and 0 deletions

View File

@ -168,11 +168,13 @@ namespace
, map_entry("TR", "Transmission") , map_entry("TR", "Transmission")
, map_entry("TS", "TorrentStorm") , map_entry("TS", "TorrentStorm")
, map_entry("U", "UPnP") , map_entry("U", "UPnP")
, map_entry("UL", "uLeecher")
, map_entry("UT", "MicroTorrent") , map_entry("UT", "MicroTorrent")
, map_entry("XT", "XanTorrent") , map_entry("XT", "XanTorrent")
, map_entry("ZT", "ZipTorrent") , map_entry("ZT", "ZipTorrent")
, map_entry("lt", "libTorrent (libtorrent.rakshasa.no/)") , map_entry("lt", "libTorrent (libtorrent.rakshasa.no/)")
, map_entry("pX", "pHoeniX") , map_entry("pX", "pHoeniX")
, map_entry("qB", "qBittorrent")
}; };
bool compare_first_string(map_entry const& lhs, map_entry const& rhs) bool compare_first_string(map_entry const& lhs, map_entry const& rhs)