diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-02 11:10:51 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-02 11:10:51 +0000 |
commit | 7c9e766223ff0d6507ca0f2916c90bf3741e08a1 (patch) | |
tree | 882082343502dc4468c46e1bdac9397d5269e53a | |
parent | e2f81151ef39853f721fba6d5e916cf317b3e077 (diff) |
changed plugin name
git-svn-id: http://svn.miranda-ng.org/main/trunk@2907 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/NewsAggregator/Src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Version.h b/plugins/NewsAggregator/Src/Version.h index 7d4efa3d9d..51809032fe 100644 --- a/plugins/NewsAggregator/Src/Version.h +++ b/plugins/NewsAggregator/Src/Version.h @@ -10,7 +10,7 @@ #define __STRINGIFY(x) __STRINGIFY_IMPL(x)
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-#define __PLUGIN_NAME "NewsAggregator"
+#define __PLUGIN_NAME "News Aggregator"
#define __INTERNAL_NAME "NewsAggregator"
#define __FILENAME "NewsAggregator.dll"
#define __DESCRIPTION "RSS/Atom news aggregator."
|