diff options
Diffstat (limited to 'plugins/CountryFlags/src')
-rw-r--r-- | plugins/CountryFlags/src/ip2country.cpp | 2 | ||||
-rw-r--r-- | plugins/CountryFlags/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CountryFlags/src/ip2country.cpp b/plugins/CountryFlags/src/ip2country.cpp index d51373e7d2..1014bb8753 100644 --- a/plugins/CountryFlags/src/ip2country.cpp +++ b/plugins/CountryFlags/src/ip2country.cpp @@ -216,7 +216,7 @@ static int EnumIpDataLines(const char *pszFileCSV,const char *pszFileOut) mir_wstrcpy(pszCountry,"UNITED KINGDOM");
else if (!mir_wstrcmpi(pszTwo,"JE")) /* map error */
mir_wstrcpy(pszCountry,"UNITED KINGDOM");
- else if (!mir_wstrcmpi(pszTwo,"AX")) /* Åland Island belongs to Finland */
+ else if (!mir_wstrcmpi(pszTwo,"AX")) /* Еland Island belongs to Finland */
mir_wstrcpy(pszCountry,"FINLAND");
else if (!mir_wstrcmpi(pszTwo,"ME"))
mir_wstrcpy(pszCountry,"MONTENEGRO");
diff --git a/plugins/CountryFlags/src/version.h b/plugins/CountryFlags/src/version.h index ef8b49dd71..7db3bc805b 100644 --- a/plugins/CountryFlags/src/version.h +++ b/plugins/CountryFlags/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "H. Herkenrath"
#define __AUTHOREMAIL "hrathh@users.sourceforge.net"
#define __AUTHORWEB "https://miranda-ng.org/p/Flags/"
-#define __COPYRIGHT "© 2006-2007 H. Herkenrath"
+#define __COPYRIGHT "© 2006-2007 H. Herkenrath"
|