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/Db_autobackups/res/db_autobackups.rc | 2 +- plugins/Db_autobackups/res/version.rc | 2 +- plugins/Db_autobackups/src/backup.cpp | 2 +- plugins/Db_autobackups/src/main.cpp | 2 +- plugins/Db_autobackups/src/options.cpp | 2 +- plugins/Db_autobackups/src/options.h | 2 +- plugins/Db_autobackups/src/resource.h | 2 +- plugins/Db_autobackups/src/stdafx.cxx | 2 +- plugins/Db_autobackups/src/stdafx.h | 2 +- plugins/Db_autobackups/src/version.h | 2 +- plugins/Db_autobackups/src/zip.cpp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'plugins/Db_autobackups') diff --git a/plugins/Db_autobackups/res/db_autobackups.rc b/plugins/Db_autobackups/res/db_autobackups.rc index 1b3abb71e5..016f80a219 100644 --- a/plugins/Db_autobackups/res/db_autobackups.rc +++ b/plugins/Db_autobackups/res/db_autobackups.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/Db_autobackups/res/version.rc b/plugins/Db_autobackups/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/Db_autobackups/res/version.rc +++ b/plugins/Db_autobackups/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/Db_autobackups/src/backup.cpp b/plugins/Db_autobackups/src/backup.cpp index 7ae405fd26..93cffd275d 100644 --- a/plugins/Db_autobackups/src/backup.cpp +++ b/plugins/Db_autobackups/src/backup.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static UINT_PTR timer_id = 0; volatile long m_state = 0; diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index a0a2e37751..5069f37586 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" int hLangpack; HINSTANCE g_hInstance; diff --git a/plugins/Db_autobackups/src/options.cpp b/plugins/Db_autobackups/src/options.cpp index 068c2c5f89..b10778894c 100644 --- a/plugins/Db_autobackups/src/options.cpp +++ b/plugins/Db_autobackups/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" HWND hPathTip; Options options; diff --git a/plugins/Db_autobackups/src/options.h b/plugins/Db_autobackups/src/options.h index c1403c100c..4024a2e46f 100644 --- a/plugins/Db_autobackups/src/options.h +++ b/plugins/Db_autobackups/src/options.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/Db_autobackups/src/resource.h b/plugins/Db_autobackups/src/resource.h index fce60af1e5..2b5d93847b 100644 --- a/plugins/Db_autobackups/src/resource.h +++ b/plugins/Db_autobackups/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by D:\Miranda NG Git_orig\plugins\Db_autobackups\res\db_autobackups.rc // diff --git a/plugins/Db_autobackups/src/stdafx.cxx b/plugins/Db_autobackups/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Db_autobackups/src/stdafx.cxx +++ b/plugins/Db_autobackups/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/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h index 55ed621497..9b91feba0b 100644 --- a/plugins/Db_autobackups/src/stdafx.h +++ b/plugins/Db_autobackups/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _HEADERS_H +#ifndef _HEADERS_H #define _HEADERS_H #define _CRT_SECURE_NO_DEPRECATE diff --git a/plugins/Db_autobackups/src/version.h b/plugins/Db_autobackups/src/version.h index 5f72c4b2e6..5261d7be83 100644 --- a/plugins/Db_autobackups/src/version.h +++ b/plugins/Db_autobackups/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 10 diff --git a/plugins/Db_autobackups/src/zip.cpp b/plugins/Db_autobackups/src/zip.cpp index c4a2b145f1..eb84f8bff6 100644 --- a/plugins/Db_autobackups/src/zip.cpp +++ b/plugins/Db_autobackups/src/zip.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "../../libs/zlib/src/zip.h" int CreateZipFile(const char *szDestPath, OBJLIST &lstFiles, const std::function &fnCallback) -- cgit v1.2.3