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/YAPP/docs/licence.txt | 2 +- plugins/YAPP/res/version.rc | 2 +- plugins/YAPP/res/yapp.rc | 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 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'plugins/YAPP') diff --git a/plugins/YAPP/docs/licence.txt b/plugins/YAPP/docs/licence.txt index a8cbd75ec3..93f58e3c3a 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/res/version.rc b/plugins/YAPP/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/YAPP/res/version.rc +++ b/plugins/YAPP/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/YAPP/res/yapp.rc b/plugins/YAPP/res/yapp.rc index f5a6bf9b16..ff30d68ab3 100644 --- a/plugins/YAPP/res/yapp.rc +++ b/plugins/YAPP/res/yapp.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/YAPP/src/icons.cpp b/plugins/YAPP/src/icons.cpp index f9364cf47e..892fe27cb0 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 ac90ab308b..63ee2a70bf 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 606401da6b..1cec3176da 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 d432706822..71a655729f 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 62cbb53e81..59cf31c63e 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 ccf5046923..8fac8f73cc 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 423299490d..c9c9865cad 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 d11342074e..f28ce6ec6f 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 dce7e7cf1c..220a268811 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 8248592814..a636829df4 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 a5931b3d73..60a7a953cc 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 71f68a7b05..ea457f7ca4 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 91e9500b02..43834be12c 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 b05ed73bc5..bfd519e3dc 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 704cb11db0..2666f4f4d3 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 168719a1ab..8dae244f42 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 482f774ec6..ce4fe77d0f 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 fb881cf1c1..9240adbb2d 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 ff13d28b34..e7a6f2d65f 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 025d987620..009c9249ea 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