summaryrefslogtreecommitdiff
path: root/protocols/NewsAggregator/Src/Common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-13 09:15:46 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-13 09:15:46 +0000
commit41b579acddacffb545269fe44e6550ed30ef9a24 (patch)
treefb2c1e5152eabd24840da04c232d816586b660e6 /protocols/NewsAggregator/Src/Common.h
parent6860b3202f3c8218288fad2778529ba76463015c (diff)
NewsAggregator: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/NewsAggregator/Src/Common.h')
-rw-r--r--protocols/NewsAggregator/Src/Common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/NewsAggregator/Src/Common.h b/protocols/NewsAggregator/Src/Common.h
index 470ee91f0e..953229080d 100644
--- a/protocols/NewsAggregator/Src/Common.h
+++ b/protocols/NewsAggregator/Src/Common.h
@@ -55,8 +55,8 @@ Boston, MA 02111-1307, USA.
#include <m_folders.h>
#include <m_popup.h>
-#include "..\version.h"
-#include "..\resource.h"
+#include "version.h"
+#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."