summaryrefslogtreecommitdiff
path: root/plugins/IEView/src
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/IEView/src
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/IEView/src')
-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
33 files changed, 33 insertions, 33 deletions
diff --git a/plugins/IEView/src/ChatHTMLBuilder.cpp b/plugins/IEView/src/ChatHTMLBuilder.cpp
index d3f5cf2847..bae90d789b 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 445912251b..1d8f6ac173 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 b9d8106bb0..f297acbaad 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 dcf4324e58..c5ce7c8be5 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 abbc3f3065..aacca54532 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 0a7b5386b0..c479f978d0 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 4fa21b9e8a..a394b66eea 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 85bb5cf297..782064e38a 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 38a3d64089..b23f22dcca 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 0837c2d4fe..1bef395bf4 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 bad5e10bba..75e2387a91 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 6fc9a1c27b..70e19c2323 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 b7538c2cc4..05187f0e0c 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 289cda6cf4..7aeb6b9083 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 657e22560a..d3beb5d389 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 fcca7d1053..71aa6ab5fc 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 708abda305..0c2b392df5 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 87117c0a45..bf4b66ae63 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 95b083c771..f123a89ec3 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 1264a302cf..daa1735421 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 68d47269aa..ded45b40f3 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 7e5ef3260c..55f95667d4 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 f195c9638e..567f5de1c6 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 a5d9400244..8e7e709dc2 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 db0fae3210..220a91a661 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 aa9a6ac306..7eeb3f6731 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 4b86be1748..e311a5d220 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 0681854e12..b6bbccbeac 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 fe3f42bd4a..8319edcda3 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 f3c6a430b6..5655111d46 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 b05ed73bc5..bfd519e3dc 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 7f1102d51c..38b660ec1e 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 ebd233c51c..03baa5b6a2 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