summaryrefslogtreecommitdiff
path: root/plugins/IEView
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView')
-rw-r--r--plugins/IEView/docs/license.txt2
-rw-r--r--plugins/IEView/docs/readme.txt2
-rw-r--r--plugins/IEView/docs/templates.txt2
-rw-r--r--plugins/IEView/src/ChatHTMLBuilder.cpp2
-rw-r--r--plugins/IEView/src/ChatHTMLBuilder.h2
-rw-r--r--plugins/IEView/src/HTMLBuilder.cpp2
-rw-r--r--plugins/IEView/src/HTMLBuilder.h2
-rw-r--r--plugins/IEView/src/HistoryHTMLBuilder.cpp2
-rw-r--r--plugins/IEView/src/HistoryHTMLBuilder.h2
-rw-r--r--plugins/IEView/src/IEView.cpp2
-rw-r--r--plugins/IEView/src/IEView.h2
-rw-r--r--plugins/IEView/src/MUCCHTMLBuilder.cpp2
-rw-r--r--plugins/IEView/src/MUCCHTMLBuilder.h2
-rw-r--r--plugins/IEView/src/Options.cpp2
-rw-r--r--plugins/IEView/src/Options.h2
-rw-r--r--plugins/IEView/src/ScriverHTMLBuilder.cpp2
-rw-r--r--plugins/IEView/src/ScriverHTMLBuilder.h2
-rw-r--r--plugins/IEView/src/TabSRMMHTMLBuilder.cpp2
-rw-r--r--plugins/IEView/src/TabSRMMHTMLBuilder.h2
-rw-r--r--plugins/IEView/src/Template.cpp2
-rw-r--r--plugins/IEView/src/Template.h2
-rw-r--r--plugins/IEView/src/TemplateHTMLBuilder.cpp2
-rw-r--r--plugins/IEView/src/TemplateHTMLBuilder.h2
-rw-r--r--plugins/IEView/src/TextToken.cpp2
-rw-r--r--plugins/IEView/src/TextToken.h2
-rw-r--r--plugins/IEView/src/Utils.cpp2
-rw-r--r--plugins/IEView/src/Utils.h2
-rw-r--r--plugins/IEView/src/external_funcs.cpp2
-rw-r--r--plugins/IEView/src/external_funcs.h2
-rw-r--r--plugins/IEView/src/ieview_main.cpp2
-rw-r--r--plugins/IEView/src/ieview_services.cpp2
-rw-r--r--plugins/IEView/src/ieview_services.h2
-rw-r--r--plugins/IEView/src/resource.h2
-rw-r--r--plugins/IEView/src/stdafx.cxx2
-rw-r--r--plugins/IEView/src/stdafx.h2
-rw-r--r--plugins/IEView/src/version.h2
36 files changed, 36 insertions, 36 deletions
diff --git a/plugins/IEView/docs/license.txt b/plugins/IEView/docs/license.txt
index 75b2b3a376..ca3fe8d547 100644
--- a/plugins/IEView/docs/license.txt
+++ b/plugins/IEView/docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/plugins/IEView/docs/readme.txt b/plugins/IEView/docs/readme.txt
index 71f8655232..a51893239e 100644
--- a/plugins/IEView/docs/readme.txt
+++ b/plugins/IEView/docs/readme.txt
@@ -1,4 +1,4 @@
-IEView user's manual & FAQ v1.0
+IEView user's manual & FAQ v1.0
-------------------------------
1. Overview
diff --git a/plugins/IEView/docs/templates.txt b/plugins/IEView/docs/templates.txt
index 37851a3c4d..e17303a900 100644
--- a/plugins/IEView/docs/templates.txt
+++ b/plugins/IEView/docs/templates.txt
@@ -1,4 +1,4 @@
-Each template begins with template name, which is a special kind of HTML comment, for instance:
+Each template begins with template name, which is a special kind of HTML comment, for instance:
<!--HTMLStart-->
or
<!--MessageIn-->
diff --git a/plugins/IEView/src/ChatHTMLBuilder.cpp b/plugins/IEView/src/ChatHTMLBuilder.cpp
index bae90d789b..d3f5cf2847 100644
--- a/plugins/IEView/src/ChatHTMLBuilder.cpp
+++ b/plugins/IEView/src/ChatHTMLBuilder.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ChatHTMLBuilder.h b/plugins/IEView/src/ChatHTMLBuilder.h
index 1d8f6ac173..445912251b 100644
--- a/plugins/IEView/src/ChatHTMLBuilder.h
+++ b/plugins/IEView/src/ChatHTMLBuilder.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/HTMLBuilder.cpp b/plugins/IEView/src/HTMLBuilder.cpp
index f297acbaad..b9d8106bb0 100644
--- a/plugins/IEView/src/HTMLBuilder.cpp
+++ b/plugins/IEView/src/HTMLBuilder.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/HTMLBuilder.h b/plugins/IEView/src/HTMLBuilder.h
index c5ce7c8be5..dcf4324e58 100644
--- a/plugins/IEView/src/HTMLBuilder.h
+++ b/plugins/IEView/src/HTMLBuilder.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/HistoryHTMLBuilder.cpp b/plugins/IEView/src/HistoryHTMLBuilder.cpp
index aacca54532..abbc3f3065 100644
--- a/plugins/IEView/src/HistoryHTMLBuilder.cpp
+++ b/plugins/IEView/src/HistoryHTMLBuilder.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/HistoryHTMLBuilder.h b/plugins/IEView/src/HistoryHTMLBuilder.h
index c479f978d0..0a7b5386b0 100644
--- a/plugins/IEView/src/HistoryHTMLBuilder.h
+++ b/plugins/IEView/src/HistoryHTMLBuilder.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/IEView.cpp b/plugins/IEView/src/IEView.cpp
index a394b66eea..4fa21b9e8a 100644
--- a/plugins/IEView/src/IEView.cpp
+++ b/plugins/IEView/src/IEView.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h
index 782064e38a..85bb5cf297 100644
--- a/plugins/IEView/src/IEView.h
+++ b/plugins/IEView/src/IEView.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/MUCCHTMLBuilder.cpp b/plugins/IEView/src/MUCCHTMLBuilder.cpp
index b23f22dcca..38a3d64089 100644
--- a/plugins/IEView/src/MUCCHTMLBuilder.cpp
+++ b/plugins/IEView/src/MUCCHTMLBuilder.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/MUCCHTMLBuilder.h b/plugins/IEView/src/MUCCHTMLBuilder.h
index 1bef395bf4..0837c2d4fe 100644
--- a/plugins/IEView/src/MUCCHTMLBuilder.h
+++ b/plugins/IEView/src/MUCCHTMLBuilder.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp
index 75e2387a91..bad5e10bba 100644
--- a/plugins/IEView/src/Options.cpp
+++ b/plugins/IEView/src/Options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Options.h b/plugins/IEView/src/Options.h
index 70e19c2323..6fc9a1c27b 100644
--- a/plugins/IEView/src/Options.h
+++ b/plugins/IEView/src/Options.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ScriverHTMLBuilder.cpp b/plugins/IEView/src/ScriverHTMLBuilder.cpp
index 05187f0e0c..b7538c2cc4 100644
--- a/plugins/IEView/src/ScriverHTMLBuilder.cpp
+++ b/plugins/IEView/src/ScriverHTMLBuilder.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ScriverHTMLBuilder.h b/plugins/IEView/src/ScriverHTMLBuilder.h
index 7aeb6b9083..289cda6cf4 100644
--- a/plugins/IEView/src/ScriverHTMLBuilder.h
+++ b/plugins/IEView/src/ScriverHTMLBuilder.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp
index d3beb5d389..657e22560a 100644
--- a/plugins/IEView/src/TabSRMMHTMLBuilder.cpp
+++ b/plugins/IEView/src/TabSRMMHTMLBuilder.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TabSRMMHTMLBuilder.h b/plugins/IEView/src/TabSRMMHTMLBuilder.h
index 71aa6ab5fc..fcca7d1053 100644
--- a/plugins/IEView/src/TabSRMMHTMLBuilder.h
+++ b/plugins/IEView/src/TabSRMMHTMLBuilder.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Template.cpp b/plugins/IEView/src/Template.cpp
index 0c2b392df5..708abda305 100644
--- a/plugins/IEView/src/Template.cpp
+++ b/plugins/IEView/src/Template.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Template.h b/plugins/IEView/src/Template.h
index bf4b66ae63..87117c0a45 100644
--- a/plugins/IEView/src/Template.h
+++ b/plugins/IEView/src/Template.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TemplateHTMLBuilder.cpp b/plugins/IEView/src/TemplateHTMLBuilder.cpp
index f123a89ec3..95b083c771 100644
--- a/plugins/IEView/src/TemplateHTMLBuilder.cpp
+++ b/plugins/IEView/src/TemplateHTMLBuilder.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TemplateHTMLBuilder.h b/plugins/IEView/src/TemplateHTMLBuilder.h
index daa1735421..1264a302cf 100644
--- a/plugins/IEView/src/TemplateHTMLBuilder.h
+++ b/plugins/IEView/src/TemplateHTMLBuilder.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TextToken.cpp b/plugins/IEView/src/TextToken.cpp
index ded45b40f3..68d47269aa 100644
--- a/plugins/IEView/src/TextToken.cpp
+++ b/plugins/IEView/src/TextToken.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/TextToken.h b/plugins/IEView/src/TextToken.h
index 55f95667d4..7e5ef3260c 100644
--- a/plugins/IEView/src/TextToken.h
+++ b/plugins/IEView/src/TextToken.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Utils.cpp b/plugins/IEView/src/Utils.cpp
index 567f5de1c6..f195c9638e 100644
--- a/plugins/IEView/src/Utils.cpp
+++ b/plugins/IEView/src/Utils.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h
index 8e7e709dc2..a5d9400244 100644
--- a/plugins/IEView/src/Utils.h
+++ b/plugins/IEView/src/Utils.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/external_funcs.cpp b/plugins/IEView/src/external_funcs.cpp
index 220a91a661..db0fae3210 100644
--- a/plugins/IEView/src/external_funcs.cpp
+++ b/plugins/IEView/src/external_funcs.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
template<typename T>
T Var_To(VARIANTARG &pVar, char strType = 'W')
diff --git a/plugins/IEView/src/external_funcs.h b/plugins/IEView/src/external_funcs.h
index 7eeb3f6731..aa9a6ac306 100644
--- a/plugins/IEView/src/external_funcs.h
+++ b/plugins/IEView/src/external_funcs.h
@@ -1,4 +1,4 @@
-enum EXTERNAL_FUNCTIONS
+enum EXTERNAL_FUNCTIONS
{
DISPID_EXTERNAL_CALLSERVICE = 600,
DISPID_EXTERNAL_CALLCONTACTSERVICE,
diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp
index e311a5d220..4b86be1748 100644
--- a/plugins/IEView/src/ieview_main.cpp
+++ b/plugins/IEView/src/ieview_main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ieview_services.cpp b/plugins/IEView/src/ieview_services.cpp
index b6bbccbeac..0681854e12 100644
--- a/plugins/IEView/src/ieview_services.cpp
+++ b/plugins/IEView/src/ieview_services.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/ieview_services.h b/plugins/IEView/src/ieview_services.h
index 8319edcda3..fe3f42bd4a 100644
--- a/plugins/IEView/src/ieview_services.h
+++ b/plugins/IEView/src/ieview_services.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/resource.h b/plugins/IEView/src/resource.h
index 5655111d46..f3c6a430b6 100644
--- a/plugins/IEView/src/resource.h
+++ b/plugins/IEView/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\ieview.rc
//
diff --git a/plugins/IEView/src/stdafx.cxx b/plugins/IEView/src/stdafx.cxx
index bfd519e3dc..b05ed73bc5 100644
--- a/plugins/IEView/src/stdafx.cxx
+++ b/plugins/IEView/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/IEView/src/stdafx.h b/plugins/IEView/src/stdafx.h
index 38b660ec1e..7f1102d51c 100644
--- a/plugins/IEView/src/stdafx.h
+++ b/plugins/IEView/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
IEView Plugin for Miranda IM
Copyright (C) 2005-2010 Piotr Piastucki
diff --git a/plugins/IEView/src/version.h b/plugins/IEView/src/version.h
index 03baa5b6a2..ebd233c51c 100644
--- a/plugins/IEView/src/version.h
+++ b/plugins/IEView/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
#define __BUILD_NUM 1