summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-12-26 11:55:55 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-12-26 11:55:55 +0000
commitcffb7e075736c86b1ff9f12e64337f978e323e5c (patch)
tree10b3ed6fe4f326a402d7bc5cf61f8c1df012e526 /plugins/NewsAggregator/Src/Common.h
parentbc410fd6d9141857877a49cb1dd259dbcb494334 (diff)
fixed tags help creation
git-svn-id: http://svn.miranda-ng.org/main/trunk@2851 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Common.h')
-rw-r--r--plugins/NewsAggregator/Src/Common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Common.h b/plugins/NewsAggregator/Src/Common.h
index 953229080d..bb58197897 100644
--- a/plugins/NewsAggregator/Src/Common.h
+++ b/plugins/NewsAggregator/Src/Common.h
@@ -59,7 +59,6 @@ Boston, MA 02111-1307, USA.
#include "resource.h"
#define MODULE "NewsAggr"
-#define TAGSHELP "#<title># - The title of the item.\r\n#<description># - The item synopsis.\r\n#<link># - The URL of the item.\r\n#<author># - Email address of the author of the item.\r\n#<comments># - URL of a page for comments relating to the item.\r\n#<guid># - A string that uniquely identifies the item.\r\n#<category># - Specify one or more categories that the item belongs to."
#define TAGSDEFAULT "#<title>#\r\n#<link>#\r\n#<description>#"
#define DEFAULT_AVATARS_FOLDER "NewsAggregator"
extern HINSTANCE hInst;