Browse Source

Fix country names translation

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
7ee9abd646
  1. 1
      src/geoip.h

1
src/geoip.h

@ -41,6 +41,7 @@ @@ -41,6 +41,7 @@
using namespace libtorrent;
class GeoIP : public QObject {
Q_OBJECT
protected:
#ifdef WITH_GEOIP_EMBEDDED
static QString geoipFolder(bool embedded=false) {

Loading…
Cancel
Save