diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins/WebView | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/WebView')
-rw-r--r-- | plugins/WebView/docs/changelog.txt | 2 | ||||
-rw-r--r-- | plugins/WebView/docs/license.txt | 2 | ||||
-rw-r--r-- | plugins/WebView/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/WebView/docs/todo.txt | 2 | ||||
-rw-r--r-- | plugins/WebView/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/WebView/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/WebView/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/WebView/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/WebView/src/version.h | 2 | ||||
-rw-r--r-- | plugins/WebView/src/webview.cpp | 2 | ||||
-rw-r--r-- | plugins/WebView/src/webview.h | 2 | ||||
-rw-r--r-- | plugins/WebView/src/webview_alerts.cpp | 2 | ||||
-rw-r--r-- | plugins/WebView/src/webview_cleanup.cpp | 2 | ||||
-rw-r--r-- | plugins/WebView/src/webview_datawnd.cpp | 2 | ||||
-rw-r--r-- | plugins/WebView/src/webview_getdata.cpp | 2 | ||||
-rw-r--r-- | plugins/WebView/src/webview_opts.cpp | 2 | ||||
-rw-r--r-- | plugins/WebView/src/webview_services.cpp | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/plugins/WebView/docs/changelog.txt b/plugins/WebView/docs/changelog.txt index 3f826bdb09..7394a55a5a 100644 --- a/plugins/WebView/docs/changelog.txt +++ b/plugins/WebView/docs/changelog.txt @@ -1,4 +1,4 @@ --0.1.3.10
+-0.1.3.10
-Made separate Unicode and ANSI versions of plugin.
-Removed some old unneeded code.
diff --git a/plugins/WebView/docs/license.txt b/plugins/WebView/docs/license.txt index fc35462967..7f1161073d 100644 --- a/plugins/WebView/docs/license.txt +++ b/plugins/WebView/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/WebView/docs/readme.txt b/plugins/WebView/docs/readme.txt index 10928832e1..8c441c1feb 100644 --- a/plugins/WebView/docs/readme.txt +++ b/plugins/WebView/docs/readme.txt @@ -1,4 +1,4 @@ -***************************************
+***************************************
* Webview Protocol Plugin by Bumper1 *
***************************************
diff --git a/plugins/WebView/docs/todo.txt b/plugins/WebView/docs/todo.txt index 494cc08997..58bece465a 100644 --- a/plugins/WebView/docs/todo.txt +++ b/plugins/WebView/docs/todo.txt @@ -1,3 +1,3 @@ -
+
diff --git a/plugins/WebView/src/main.cpp b/plugins/WebView/src/main.cpp index 5899f9283f..421e92fdd2 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 ab853ce332..75379a22e5 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 bfd519e3dc..b05ed73bc5 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 60eee0355b..2dc3a797e8 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 25ee81d954..42f5d505c1 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 addc038d4c..9c77b5e6af 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 886452ca24..28a897de58 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 dc78d06335..78d217a383 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 4ebdca76b3..9ca77f42c2 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 649df9f603..bbbed64265 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 9fc01332e0..ef9ba7fa7e 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 740183a444..4ad9519b4a 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 dcaa685f2e..91ae497ba7 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. * |