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/NotifyAnything/SendLog/SLImp.cpp | 2 +- plugins/NotifyAnything/SendLog/SendLog.cpp | 2 +- plugins/NotifyAnything/SendLog/SendLogWin.cpp | 2 +- plugins/NotifyAnything/docs/Public Domain.txt | 2 +- plugins/NotifyAnything/res/NotifyAnything.rc | 2 +- plugins/NotifyAnything/res/Version.rc | 2 +- plugins/NotifyAnything/src/main.cpp | 2 +- plugins/NotifyAnything/src/options.cpp | 2 +- plugins/NotifyAnything/src/resource.h | 2 +- plugins/NotifyAnything/src/stdafx.cxx | 2 +- plugins/NotifyAnything/src/stdafx.h | 2 +- plugins/NotifyAnything/src/version.h | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'plugins/NotifyAnything') diff --git a/plugins/NotifyAnything/SendLog/SLImp.cpp b/plugins/NotifyAnything/SendLog/SLImp.cpp index 0a4b69e81c..641f664958 100644 --- a/plugins/NotifyAnything/SendLog/SLImp.cpp +++ b/plugins/NotifyAnything/SendLog/SLImp.cpp @@ -1,4 +1,4 @@ -#define _WINSOCKAPI_ // don't include winsock 1.x +#define _WINSOCKAPI_ // don't include winsock 1.x #include #include #include diff --git a/plugins/NotifyAnything/SendLog/SendLog.cpp b/plugins/NotifyAnything/SendLog/SendLog.cpp index 5cb46932da..75460688ea 100644 --- a/plugins/NotifyAnything/SendLog/SendLog.cpp +++ b/plugins/NotifyAnything/SendLog/SendLog.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/plugins/NotifyAnything/SendLog/SendLogWin.cpp b/plugins/NotifyAnything/SendLog/SendLogWin.cpp index 37f112efb8..7afab73306 100644 --- a/plugins/NotifyAnything/SendLog/SendLogWin.cpp +++ b/plugins/NotifyAnything/SendLog/SendLogWin.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/plugins/NotifyAnything/docs/Public Domain.txt b/plugins/NotifyAnything/docs/Public Domain.txt index 0fa9890908..bdebedb215 100644 --- a/plugins/NotifyAnything/docs/Public Domain.txt +++ b/plugins/NotifyAnything/docs/Public Domain.txt @@ -1 +1 @@ -NotifyAnything was placed in public domain in 2003 by Daniel Wesslйn, do with it as you please. +NotifyAnything was placed in public domain in 2003 by Daniel Wesslйn, do with it as you please. diff --git a/plugins/NotifyAnything/res/NotifyAnything.rc b/plugins/NotifyAnything/res/NotifyAnything.rc index 6c1d8048a4..0fe1d2b8fc 100644 --- a/plugins/NotifyAnything/res/NotifyAnything.rc +++ b/plugins/NotifyAnything/res/NotifyAnything.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #include "..\src\resource.h" diff --git a/plugins/NotifyAnything/res/Version.rc b/plugins/NotifyAnything/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/NotifyAnything/res/Version.rc +++ b/plugins/NotifyAnything/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/NotifyAnything/src/main.cpp b/plugins/NotifyAnything/src/main.cpp index 5367ea5fa4..df79c7e45a 100644 --- a/plugins/NotifyAnything/src/main.cpp +++ b/plugins/NotifyAnything/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" void cslog(const wchar_t *what, const wchar_t *file, int line) { diff --git a/plugins/NotifyAnything/src/options.cpp b/plugins/NotifyAnything/src/options.cpp index abeea38393..0186fe0086 100644 --- a/plugins/NotifyAnything/src/options.cpp +++ b/plugins/NotifyAnything/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" NASettings g_settings; diff --git a/plugins/NotifyAnything/src/resource.h b/plugins/NotifyAnything/src/resource.h index 8eee335059..635485ec13 100644 --- a/plugins/NotifyAnything/src/resource.h +++ b/plugins/NotifyAnything/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by NotifyAnything.rc // diff --git a/plugins/NotifyAnything/src/stdafx.cxx b/plugins/NotifyAnything/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/NotifyAnything/src/stdafx.cxx +++ b/plugins/NotifyAnything/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/NotifyAnything/src/stdafx.h b/plugins/NotifyAnything/src/stdafx.h index 02d6b1dfec..656e9b65cb 100644 --- a/plugins/NotifyAnything/src/stdafx.h +++ b/plugins/NotifyAnything/src/stdafx.h @@ -1,4 +1,4 @@ -#define _CRT_SECURE_NO_DEPRECATE +#define _CRT_SECURE_NO_DEPRECATE #include #include diff --git a/plugins/NotifyAnything/src/version.h b/plugins/NotifyAnything/src/version.h index 5e87c48eef..aec3ac3d48 100644 --- a/plugins/NotifyAnything/src/version.h +++ b/plugins/NotifyAnything/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 2 #define __BUILD_NUM 8 -- cgit v1.2.3