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/GmailNotifier/src/check.cpp | 2 +- plugins/GmailNotifier/src/main.cpp | 2 +- plugins/GmailNotifier/src/notify.cpp | 2 +- plugins/GmailNotifier/src/options.cpp | 2 +- plugins/GmailNotifier/src/resource.h | 2 +- plugins/GmailNotifier/src/stdafx.cxx | 2 +- plugins/GmailNotifier/src/stdafx.h | 2 +- plugins/GmailNotifier/src/utility.cpp | 2 +- plugins/GmailNotifier/src/version.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'plugins/GmailNotifier/src') diff --git a/plugins/GmailNotifier/src/check.cpp b/plugins/GmailNotifier/src/check.cpp index 6bf60cd2c7..d8df2301cb 100644 --- a/plugins/GmailNotifier/src/check.cpp +++ b/plugins/GmailNotifier/src/check.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #pragma comment(lib, "Wininet.lib") diff --git a/plugins/GmailNotifier/src/main.cpp b/plugins/GmailNotifier/src/main.cpp index ff6946fadc..f62aa24d73 100644 --- a/plugins/GmailNotifier/src/main.cpp +++ b/plugins/GmailNotifier/src/main.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda plugin template, originally by Richard Hughes http://miranda-icq.sourceforge.net/ diff --git a/plugins/GmailNotifier/src/notify.cpp b/plugins/GmailNotifier/src/notify.cpp index ee1bbc04e4..684634d1a0 100644 --- a/plugins/GmailNotifier/src/notify.cpp +++ b/plugins/GmailNotifier/src/notify.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" int OpenBrowser(WPARAM hContact, LPARAM) { diff --git a/plugins/GmailNotifier/src/options.cpp b/plugins/GmailNotifier/src/options.cpp index a3f781c8b1..b7e85be7ca 100644 --- a/plugins/GmailNotifier/src/options.cpp +++ b/plugins/GmailNotifier/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static void SaveButton(HWND hwndDlg, HWND hwndCombo, int curIndex) { diff --git a/plugins/GmailNotifier/src/resource.h b/plugins/GmailNotifier/src/resource.h index 8a66a02e96..215eaa6396 100644 --- a/plugins/GmailNotifier/src/resource.h +++ b/plugins/GmailNotifier/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\miranda-ng\plugins\GmailNotifier\res\options.rc // diff --git a/plugins/GmailNotifier/src/stdafx.cxx b/plugins/GmailNotifier/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/GmailNotifier/src/stdafx.cxx +++ b/plugins/GmailNotifier/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/GmailNotifier/src/stdafx.h b/plugins/GmailNotifier/src/stdafx.h index 470fb6209b..5164c74fe2 100644 --- a/plugins/GmailNotifier/src/stdafx.h +++ b/plugins/GmailNotifier/src/stdafx.h @@ -1,4 +1,4 @@ -#include +#include #include #include #include "resource.h" diff --git a/plugins/GmailNotifier/src/utility.cpp b/plugins/GmailNotifier/src/utility.cpp index cadc6820db..31410fbfbd 100644 --- a/plugins/GmailNotifier/src/utility.cpp +++ b/plugins/GmailNotifier/src/utility.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" void BuildList(void) { diff --git a/plugins/GmailNotifier/src/version.h b/plugins/GmailNotifier/src/version.h index 7834d0d829..ea28fcccaa 100644 --- a/plugins/GmailNotifier/src/version.h +++ b/plugins/GmailNotifier/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 0 #define __RELEASE_NUM 1 #define __BUILD_NUM 1 -- cgit v1.2.3