Changed order of country data and used short name of country. refs #300

master
Zdenek Jonak 8 years ago
parent 1e785fd488
commit 44c916cb68

@ -89,5 +89,5 @@ bool CountryData::eq(ComboItem *other)
QString CountryData::toString()
{
return m_code3 + " - " + m_czechFullName;
return m_czechName + " (" + m_code3 + ")";
}

Loading…
Cancel
Save