diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/Common.h')
-rw-r--r-- | protocols/NewsAggregator/Src/Common.h | 4 |
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."
|