From a27079fe5c4a210664515c47767c00112c435d65 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 14:15:09 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744) --- plugins/BuddyPounce/src/dialog.cpp | 2 +- plugins/BuddyPounce/src/main.cpp | 2 +- plugins/BuddyPounce/src/resource.h | 2 +- plugins/BuddyPounce/src/stdafx.cxx | 2 +- plugins/BuddyPounce/src/stdafx.h | 2 +- plugins/BuddyPounce/src/version.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/BuddyPounce/src') diff --git a/plugins/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp index 8800092a63..024d51f8ad 100644 --- a/plugins/BuddyPounce/src/dialog.cpp +++ b/plugins/BuddyPounce/src/dialog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" void populateSettingsList(HWND hwnd2List) { diff --git a/plugins/BuddyPounce/src/main.cpp b/plugins/BuddyPounce/src/main.cpp index 61ff5c834f..250e76658f 100644 --- a/plugins/BuddyPounce/src/main.cpp +++ b/plugins/BuddyPounce/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" CLIST_INTERFACE *pcli; int hLangpack; diff --git a/plugins/BuddyPounce/src/resource.h b/plugins/BuddyPounce/src/resource.h index 03f8dd57c8..08ddca83fb 100644 --- a/plugins/BuddyPounce/src/resource.h +++ b/plugins/BuddyPounce/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by ..\res\resource.rc // diff --git a/plugins/BuddyPounce/src/stdafx.cxx b/plugins/BuddyPounce/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/BuddyPounce/src/stdafx.cxx +++ b/plugins/BuddyPounce/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/BuddyPounce/src/stdafx.h b/plugins/BuddyPounce/src/stdafx.h index 5ba928bc80..833571d8e8 100644 --- a/plugins/BuddyPounce/src/stdafx.h +++ b/plugins/BuddyPounce/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMONHEADERS_H +#ifndef _COMMONHEADERS_H #define _COMMONHEADERS_H #define WIN32_LEAN_AND_MEAN diff --git a/plugins/BuddyPounce/src/version.h b/plugins/BuddyPounce/src/version.h index bb0565533e..2d34dbc48c 100644 --- a/plugins/BuddyPounce/src/version.h +++ b/plugins/BuddyPounce/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 3 #define __RELEASE_NUM 2 #define __BUILD_NUM 2 -- cgit v1.2.3