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/ChangeKeyboardLayout/src/hook_events.cpp | 2 +- plugins/ChangeKeyboardLayout/src/hook_events.h | 2 +- plugins/ChangeKeyboardLayout/src/main.cpp | 2 +- plugins/ChangeKeyboardLayout/src/options.cpp | 2 +- plugins/ChangeKeyboardLayout/src/options.h | 2 +- plugins/ChangeKeyboardLayout/src/resource.h | 2 +- plugins/ChangeKeyboardLayout/src/stdafx.cxx | 2 +- plugins/ChangeKeyboardLayout/src/stdafx.h | 2 +- plugins/ChangeKeyboardLayout/src/text_operations.cpp | 2 +- plugins/ChangeKeyboardLayout/src/text_operations.h | 2 +- plugins/ChangeKeyboardLayout/src/version.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'plugins/ChangeKeyboardLayout/src') diff --git a/plugins/ChangeKeyboardLayout/src/hook_events.cpp b/plugins/ChangeKeyboardLayout/src/hook_events.cpp index 77917a3851..239708254e 100644 --- a/plugins/ChangeKeyboardLayout/src/hook_events.cpp +++ b/plugins/ChangeKeyboardLayout/src/hook_events.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" INT_PTR APIChangeLayout(WPARAM wParam, LPARAM) { diff --git a/plugins/ChangeKeyboardLayout/src/hook_events.h b/plugins/ChangeKeyboardLayout/src/hook_events.h index b7e38dd3f6..3aaa5587fe 100644 --- a/plugins/ChangeKeyboardLayout/src/hook_events.h +++ b/plugins/ChangeKeyboardLayout/src/hook_events.h @@ -1,4 +1,4 @@ -#ifndef M_CKL_HOOK_EVENTS_H +#ifndef M_CKL_HOOK_EVENTS_H #define M_CKL_HOOK_EVENTS_H #include "stdafx.h" diff --git a/plugins/ChangeKeyboardLayout/src/main.cpp b/plugins/ChangeKeyboardLayout/src/main.cpp index 7aeb901eeb..769566f655 100644 --- a/plugins/ChangeKeyboardLayout/src/main.cpp +++ b/plugins/ChangeKeyboardLayout/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" int hLangpack; LPTSTR ptszLayStrings[20]; diff --git a/plugins/ChangeKeyboardLayout/src/options.cpp b/plugins/ChangeKeyboardLayout/src/options.cpp index 1833095662..ab11215073 100644 --- a/plugins/ChangeKeyboardLayout/src/options.cpp +++ b/plugins/ChangeKeyboardLayout/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" INT_PTR CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam) { diff --git a/plugins/ChangeKeyboardLayout/src/options.h b/plugins/ChangeKeyboardLayout/src/options.h index e63f63e6ca..500b87a171 100644 --- a/plugins/ChangeKeyboardLayout/src/options.h +++ b/plugins/ChangeKeyboardLayout/src/options.h @@ -1,4 +1,4 @@ -#ifndef M_CKL_OPTIONS_H +#ifndef M_CKL_OPTIONS_H #define M_CKL_OPTIONS_H #include "stdafx.h" diff --git a/plugins/ChangeKeyboardLayout/src/resource.h b/plugins/ChangeKeyboardLayout/src/resource.h index 8ca2e0e8be..6031b979b8 100644 --- a/plugins/ChangeKeyboardLayout/src/resource.h +++ b/plugins/ChangeKeyboardLayout/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ChangeKeyboardLayout.rc // diff --git a/plugins/ChangeKeyboardLayout/src/stdafx.cxx b/plugins/ChangeKeyboardLayout/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/ChangeKeyboardLayout/src/stdafx.cxx +++ b/plugins/ChangeKeyboardLayout/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/ChangeKeyboardLayout/src/stdafx.h b/plugins/ChangeKeyboardLayout/src/stdafx.h index 85223339b5..6db47c9f21 100644 --- a/plugins/ChangeKeyboardLayout/src/stdafx.h +++ b/plugins/ChangeKeyboardLayout/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef M_CKL_COMMONHEADERS_H +#ifndef M_CKL_COMMONHEADERS_H #define M_CKL_COMMONHEADERS_H #include diff --git a/plugins/ChangeKeyboardLayout/src/text_operations.cpp b/plugins/ChangeKeyboardLayout/src/text_operations.cpp index 678d7116ac..7d35321fe4 100644 --- a/plugins/ChangeKeyboardLayout/src/text_operations.cpp +++ b/plugins/ChangeKeyboardLayout/src/text_operations.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" struct EditStreamData { diff --git a/plugins/ChangeKeyboardLayout/src/text_operations.h b/plugins/ChangeKeyboardLayout/src/text_operations.h index 6f5fdfed02..be29c0bad4 100644 --- a/plugins/ChangeKeyboardLayout/src/text_operations.h +++ b/plugins/ChangeKeyboardLayout/src/text_operations.h @@ -1,4 +1,4 @@ -#ifndef M_CKL_TEXT_OPERATIONS_H +#ifndef M_CKL_TEXT_OPERATIONS_H #define M_CKL_TEXT_OPERATIONS_H #include "stdafx.h" diff --git a/plugins/ChangeKeyboardLayout/src/version.h b/plugins/ChangeKeyboardLayout/src/version.h index 6af003e08e..f6c07e05c1 100644 --- a/plugins/ChangeKeyboardLayout/src/version.h +++ b/plugins/ChangeKeyboardLayout/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 1 #define __BUILD_NUM 6 -- cgit v1.2.3