Added "Force reannounce" action to tracker list

Fixed typo in "Saudi Arabia"
This commit is contained in:
Christophe Dumez
2010-06-27 21:18:41 +00:00
parent 32d3ed2144
commit 452c0411d2
37 changed files with 1408 additions and 1110 deletions

View File

@@ -194,7 +194,7 @@ public:
if(iso[1] == 'S') { country_name = tr("Serbia"); return QIcon(":/Icons/flags/serbia.png"); }
break;
case 'S':
if(iso[1] == 'A') { country_name = tr("Saoudi Arabia"); return QIcon(":/Icons/flags/saoudi_arabia.png"); }
if(iso[1] == 'A') { country_name = tr("Saudi Arabia"); return QIcon(":/Icons/flags/saoudi_arabia.png"); }
if(iso[1] == 'E') { country_name = tr("Sweden"); return QIcon(":/Icons/flags/sweden.png"); }
if(iso[1] == 'K') { country_name = tr("Slovakia"); return QIcon(":/Icons/flags/slovakia.png"); }
if(iso[1] == 'G') { country_name = tr("Singapore"); return QIcon(":/Icons/flags/singapore.png"); }