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/YAPP/docs/licence.txt | 2 +- plugins/YAPP/src/icons.cpp | 2 +- plugins/YAPP/src/icons.h | 2 +- plugins/YAPP/src/message_pump.cpp | 2 +- plugins/YAPP/src/message_pump.h | 2 +- plugins/YAPP/src/notify.h | 2 +- plugins/YAPP/src/notify_imp.cpp | 2 +- plugins/YAPP/src/options.cpp | 2 +- plugins/YAPP/src/options.h | 2 +- plugins/YAPP/src/popwin.cpp | 2 +- plugins/YAPP/src/popwin.h | 2 +- plugins/YAPP/src/resource.h | 2 +- plugins/YAPP/src/services.cpp | 2 +- plugins/YAPP/src/services.h | 2 +- plugins/YAPP/src/stdafx.cxx | 2 +- plugins/YAPP/src/stdafx.h | 2 +- plugins/YAPP/src/version.h | 2 +- plugins/YAPP/src/yapp.cpp | 2 +- plugins/YAPP/src/yapp_history.cpp | 2 +- plugins/YAPP/src/yapp_history.h | 2 +- plugins/YAPP/src/yapp_history_dlg.cpp | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'plugins/YAPP') diff --git a/plugins/YAPP/docs/licence.txt b/plugins/YAPP/docs/licence.txt index 93f58e3c3a..a8cbd75ec3 100644 --- a/plugins/YAPP/docs/licence.txt +++ b/plugins/YAPP/docs/licence.txt @@ -1,4 +1,4 @@ -The YAPP plugin for Miranda-IM is Copyright (c) 2006 Scott Ellis (mail@scottellis.com.au) +The YAPP plugin for Miranda-IM is Copyright (c) 2006 Scott Ellis (mail@scottellis.com.au) http://www.scottellis.com.au diff --git a/plugins/YAPP/src/icons.cpp b/plugins/YAPP/src/icons.cpp index 892fe27cb0..f9364cf47e 100644 --- a/plugins/YAPP/src/icons.cpp +++ b/plugins/YAPP/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static IconItem iconList[] = { diff --git a/plugins/YAPP/src/icons.h b/plugins/YAPP/src/icons.h index 63ee2a70bf..ac90ab308b 100644 --- a/plugins/YAPP/src/icons.h +++ b/plugins/YAPP/src/icons.h @@ -1,4 +1,4 @@ -#ifndef __icons_h__ +#ifndef __icons_h__ #define __icons_h__ //ICONS diff --git a/plugins/YAPP/src/message_pump.cpp b/plugins/YAPP/src/message_pump.cpp index 1cec3176da..606401da6b 100644 --- a/plugins/YAPP/src/message_pump.cpp +++ b/plugins/YAPP/src/message_pump.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" unsigned message_pump_thread_id = 0; int num_popups = 0; diff --git a/plugins/YAPP/src/message_pump.h b/plugins/YAPP/src/message_pump.h index 71a655729f..d432706822 100644 --- a/plugins/YAPP/src/message_pump.h +++ b/plugins/YAPP/src/message_pump.h @@ -1,4 +1,4 @@ -#ifndef _MESSAGE_PUMP_INC +#ifndef _MESSAGE_PUMP_INC #define _MESSAGE_PUMP_INC extern unsigned message_pump_thread_id; diff --git a/plugins/YAPP/src/notify.h b/plugins/YAPP/src/notify.h index 59cf31c63e..62cbb53e81 100644 --- a/plugins/YAPP/src/notify.h +++ b/plugins/YAPP/src/notify.h @@ -1,4 +1,4 @@ -#ifndef _NOTIFY_IMP_INC +#ifndef _NOTIFY_IMP_INC #define _NOTIFY_IMP_INC void InitNotify(); diff --git a/plugins/YAPP/src/notify_imp.cpp b/plugins/YAPP/src/notify_imp.cpp index 8fac8f73cc..ccf5046923 100644 --- a/plugins/YAPP/src/notify_imp.cpp +++ b/plugins/YAPP/src/notify_imp.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" //struct diff --git a/plugins/YAPP/src/options.cpp b/plugins/YAPP/src/options.cpp index c9c9865cad..423299490d 100644 --- a/plugins/YAPP/src/options.cpp +++ b/plugins/YAPP/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" Options options; diff --git a/plugins/YAPP/src/options.h b/plugins/YAPP/src/options.h index f28ce6ec6f..d11342074e 100644 --- a/plugins/YAPP/src/options.h +++ b/plugins/YAPP/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC +#ifndef _OPTIONS_INC #define _OPTIONS_INC typedef enum {PL_BOTTOMRIGHT=0, PL_BOTTOMLEFT=1, PL_TOPRIGHT=2, PL_TOPLEFT=3} PopupLocation; diff --git a/plugins/YAPP/src/popwin.cpp b/plugins/YAPP/src/popwin.cpp index 220a268811..dce7e7cf1c 100644 --- a/plugins/YAPP/src/popwin.cpp +++ b/plugins/YAPP/src/popwin.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #define ID_CLOSETIMER 0x0101 #define ID_MOVETIMER 0x0102 diff --git a/plugins/YAPP/src/popwin.h b/plugins/YAPP/src/popwin.h index a636829df4..8248592814 100644 --- a/plugins/YAPP/src/popwin.h +++ b/plugins/YAPP/src/popwin.h @@ -1,4 +1,4 @@ -#ifndef _POPWIN_INC +#ifndef _POPWIN_INC #define _POPWIN_INC #define POP_WIN_CLASS _A2W(MODULE) L"YAPPWindowClass" diff --git a/plugins/YAPP/src/resource.h b/plugins/YAPP/src/resource.h index 60a7a953cc..a5931b3d73 100644 --- a/plugins/YAPP/src/resource.h +++ b/plugins/YAPP/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by D:\Development\Miranda NG\plugins\YAPP\res\yapp.rc // diff --git a/plugins/YAPP/src/services.cpp b/plugins/YAPP/src/services.cpp index ea457f7ca4..71f68a7b05 100644 --- a/plugins/YAPP/src/services.cpp +++ b/plugins/YAPP/src/services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" extern HANDLE hTTButton; extern HGENMENU hMenuRoot, hMenuItem; diff --git a/plugins/YAPP/src/services.h b/plugins/YAPP/src/services.h index 43834be12c..91e9500b02 100644 --- a/plugins/YAPP/src/services.h +++ b/plugins/YAPP/src/services.h @@ -1,4 +1,4 @@ -#ifndef _SERVICES_INC +#ifndef _SERVICES_INC #define _SERVICES_INC void InitServices(); diff --git a/plugins/YAPP/src/stdafx.cxx b/plugins/YAPP/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/YAPP/src/stdafx.cxx +++ b/plugins/YAPP/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/YAPP/src/stdafx.h b/plugins/YAPP/src/stdafx.h index 2666f4f4d3..704cb11db0 100644 --- a/plugins/YAPP/src/stdafx.h +++ b/plugins/YAPP/src/stdafx.h @@ -1,4 +1,4 @@ -// stdafx.h : include file for standard system include files, +// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // diff --git a/plugins/YAPP/src/version.h b/plugins/YAPP/src/version.h index 8dae244f42..168719a1ab 100644 --- a/plugins/YAPP/src/version.h +++ b/plugins/YAPP/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 5 #define __RELEASE_NUM 0 #define __BUILD_NUM 12 diff --git a/plugins/YAPP/src/yapp.cpp b/plugins/YAPP/src/yapp.cpp index ce4fe77d0f..482f774ec6 100644 --- a/plugins/YAPP/src/yapp.cpp +++ b/plugins/YAPP/src/yapp.cpp @@ -1,4 +1,4 @@ -// popups2.cpp : Defines the entry point for the DLL application. +// popups2.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" diff --git a/plugins/YAPP/src/yapp_history.cpp b/plugins/YAPP/src/yapp_history.cpp index 9240adbb2d..fb881cf1c1 100644 --- a/plugins/YAPP/src/yapp_history.cpp +++ b/plugins/YAPP/src/yapp_history.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" PopupHistoryList::PopupHistoryList(int renderer) { diff --git a/plugins/YAPP/src/yapp_history.h b/plugins/YAPP/src/yapp_history.h index e7a6f2d65f..ff13d28b34 100644 --- a/plugins/YAPP/src/yapp_history.h +++ b/plugins/YAPP/src/yapp_history.h @@ -1,4 +1,4 @@ -#ifndef __yapp_history_h__ +#ifndef __yapp_history_h__ #define __yapp_history_h__ /****HISTORY ++ STUFF ***/ diff --git a/plugins/YAPP/src/yapp_history_dlg.cpp b/plugins/YAPP/src/yapp_history_dlg.cpp index 009c9249ea..025d987620 100644 --- a/plugins/YAPP/src/yapp_history_dlg.cpp +++ b/plugins/YAPP/src/yapp_history_dlg.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" //************ Some helper resize stuff ****************** -- cgit v1.2.3