From 4f9d0d5499135a79fcc558efe139b3069bde4650 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 4 Jun 2012 19:26:14 +0000 Subject: szEmail same as in LangMan git-svn-id: http://svn.miranda-ng.org/main/trunk@303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CountryFlags/main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/CountryFlags/main.c b/plugins/CountryFlags/main.c index ce4666a1b4..5496f0fdbd 100644 --- a/plugins/CountryFlags/main.c +++ b/plugins/CountryFlags/main.c @@ -26,6 +26,7 @@ struct MM_INTERFACE mmi; int nCountriesCount; struct CountryListEntry *countries; int hLangpack; +static char szEmail[100] = PLUGIN_EMAIL; static PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), @@ -37,7 +38,7 @@ static PLUGININFOEX pluginInfo={ "Service offering misc country utilities as flag icons and a IP-to-Country database.", /* autotranslated */ #endif "H. Herkenrath", - PLUGIN_EMAIL, /* @ will be set later */ + szEmail, /* @ will be set later */ "© 2006-2007 H. Herkenrath", PLUGIN_WEBSITE, UNICODE_AWARE, @@ -100,7 +101,7 @@ __declspec(dllexport) const PLUGININFO* MirandaPluginInfo(DWORD mirandaVersion) if(mirandaVersion