summaryrefslogtreecommitdiff
path: root/plugins/WebView/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/WebView/src
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/WebView/src')
-rw-r--r--plugins/WebView/src/main.cpp2
-rw-r--r--plugins/WebView/src/resource.h2
-rw-r--r--plugins/WebView/src/stdafx.cxx2
-rw-r--r--plugins/WebView/src/stdafx.h2
-rw-r--r--plugins/WebView/src/version.h2
-rw-r--r--plugins/WebView/src/webview.cpp2
-rw-r--r--plugins/WebView/src/webview.h2
-rw-r--r--plugins/WebView/src/webview_alerts.cpp2
-rw-r--r--plugins/WebView/src/webview_cleanup.cpp2
-rw-r--r--plugins/WebView/src/webview_datawnd.cpp2
-rw-r--r--plugins/WebView/src/webview_getdata.cpp2
-rw-r--r--plugins/WebView/src/webview_opts.cpp2
-rw-r--r--plugins/WebView/src/webview_services.cpp2
13 files changed, 13 insertions, 13 deletions
diff --git a/plugins/WebView/src/main.cpp b/plugins/WebView/src/main.cpp
index 421e92fdd2..5899f9283f 100644
--- a/plugins/WebView/src/main.cpp
+++ b/plugins/WebView/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window.
* Copyright (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/resource.h b/plugins/WebView/src/resource.h
index 75379a22e5..ab853ce332 100644
--- a/plugins/WebView/src/resource.h
+++ b/plugins/WebView/src/resource.h
@@ -1,4 +1,4 @@
-#define UNI 1
+#define UNI 1
#define IDC_STATIC -1
diff --git a/plugins/WebView/src/stdafx.cxx b/plugins/WebView/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/plugins/WebView/src/stdafx.cxx
+++ b/plugins/WebView/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/WebView/src/stdafx.h b/plugins/WebView/src/stdafx.h
index 2dc3a797e8..60eee0355b 100644
--- a/plugins/WebView/src/stdafx.h
+++ b/plugins/WebView/src/stdafx.h
@@ -1,4 +1,4 @@
-#include <windows.h>
+#include <windows.h>
#include <shlwapi.h>
#include <Richedit.h>
#include <Commctrl.h>
diff --git a/plugins/WebView/src/version.h b/plugins/WebView/src/version.h
index 42f5d505c1..25ee81d954 100644
--- a/plugins/WebView/src/version.h
+++ b/plugins/WebView/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 3
#define __BUILD_NUM 0
diff --git a/plugins/WebView/src/webview.cpp b/plugins/WebView/src/webview.cpp
index 9c77b5e6af..addc038d4c 100644
--- a/plugins/WebView/src/webview.cpp
+++ b/plugins/WebView/src/webview.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview.h b/plugins/WebView/src/webview.h
index 28a897de58..886452ca24 100644
--- a/plugins/WebView/src/webview.h
+++ b/plugins/WebView/src/webview.h
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_alerts.cpp b/plugins/WebView/src/webview_alerts.cpp
index 78d217a383..dc78d06335 100644
--- a/plugins/WebView/src/webview_alerts.cpp
+++ b/plugins/WebView/src/webview_alerts.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_cleanup.cpp b/plugins/WebView/src/webview_cleanup.cpp
index 9ca77f42c2..4ebdca76b3 100644
--- a/plugins/WebView/src/webview_cleanup.cpp
+++ b/plugins/WebView/src/webview_cleanup.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_datawnd.cpp b/plugins/WebView/src/webview_datawnd.cpp
index bbbed64265..649df9f603 100644
--- a/plugins/WebView/src/webview_datawnd.cpp
+++ b/plugins/WebView/src/webview_datawnd.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_getdata.cpp b/plugins/WebView/src/webview_getdata.cpp
index ef9ba7fa7e..9fc01332e0 100644
--- a/plugins/WebView/src/webview_getdata.cpp
+++ b/plugins/WebView/src/webview_getdata.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_opts.cpp b/plugins/WebView/src/webview_opts.cpp
index 4ad9519b4a..740183a444 100644
--- a/plugins/WebView/src/webview_opts.cpp
+++ b/plugins/WebView/src/webview_opts.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*
diff --git a/plugins/WebView/src/webview_services.cpp b/plugins/WebView/src/webview_services.cpp
index 91ae497ba7..dcaa685f2e 100644
--- a/plugins/WebView/src/webview_services.cpp
+++ b/plugins/WebView/src/webview_services.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* A plugin for Miranda IM which displays web page text in a window Copyright
* (C) 2005 Vincent Joyce.
*