From 62202ed10617927d5429bc59898e12a366abe744 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 13:00:20 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM --- plugins/WebView/docs/changelog.txt | 2 +- plugins/WebView/docs/license.txt | 2 +- plugins/WebView/docs/readme.txt | 2 +- plugins/WebView/docs/todo.txt | 2 +- plugins/WebView/res/version.rc | 2 +- plugins/WebView/res/webview.rc | 2 +- plugins/WebView/src/main.cpp | 2 +- plugins/WebView/src/resource.h | 2 +- plugins/WebView/src/stdafx.cxx | 2 +- plugins/WebView/src/stdafx.h | 2 +- plugins/WebView/src/version.h | 2 +- plugins/WebView/src/webview.cpp | 2 +- plugins/WebView/src/webview.h | 2 +- plugins/WebView/src/webview_alerts.cpp | 2 +- plugins/WebView/src/webview_cleanup.cpp | 2 +- plugins/WebView/src/webview_datawnd.cpp | 2 +- plugins/WebView/src/webview_getdata.cpp | 2 +- plugins/WebView/src/webview_opts.cpp | 2 +- plugins/WebView/src/webview_services.cpp | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'plugins/WebView') diff --git a/plugins/WebView/docs/changelog.txt b/plugins/WebView/docs/changelog.txt index 7394a55a5a..3f826bdb09 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 7f1161073d..fc35462967 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 8c441c1feb..10928832e1 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 58bece465a..494cc08997 100644 --- a/plugins/WebView/docs/todo.txt +++ b/plugins/WebView/docs/todo.txt @@ -1,3 +1,3 @@ - + diff --git a/plugins/WebView/res/version.rc b/plugins/WebView/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/WebView/res/version.rc +++ b/plugins/WebView/res/version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc index 80f20d478a..719792c16e 100644 --- a/plugins/WebView/res/webview.rc +++ b/plugins/WebView/res/webview.rc @@ -1,4 +1,4 @@ -////////////////// +////////////////// #include #include "..\src\resource.h" /////////////////// 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 +#include #include #include #include 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. * -- cgit v1.2.3