diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-12 17:42:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-12 17:42:06 +0000 |
commit | de7533036a28659ebde63f6b6ee2f564f58e53bc (patch) | |
tree | 4481da76658624dad574c81c0e7ddfc4a675815e /plugins/NewsAggregator/Src/Version.h | |
parent | 3e23f93160eaeca49cb403508b907415f5d708c2 (diff) |
added border to feeds list
git-svn-id: http://svn.miranda-ng.org/main/trunk@3075 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Version.h')
-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 1c732bd7f2..6571b20b48 100644 --- a/plugins/NewsAggregator/Src/Version.h +++ b/plugins/NewsAggregator/Src/Version.h @@ -5,7 +5,7 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "News Aggregator"
+#define __PLUGIN_NAME "News aggregator"
#define __FILENAME "NewsAggregator.dll"
#define __DESCRIPTION "RSS/Atom news aggregator."
#define __AUTHOR "Mataes, FREAK_THEMIGHTY"
|