diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/AutoRun | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/AutoRun')
-rw-r--r-- | plugins/AutoRun/docs/autorun.txt | 2 | ||||
-rw-r--r-- | plugins/AutoRun/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/AutoRun/res/autorun.rc | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/AutoRun/docs/autorun.txt b/plugins/AutoRun/docs/autorun.txt index cec7052075..2bf35beac8 100644 --- a/plugins/AutoRun/docs/autorun.txt +++ b/plugins/AutoRun/docs/autorun.txt @@ -1,4 +1,4 @@ -Autorun 0.1.0.0
+Autorun 0.1.0.0
Written by and copyright (c) Sergey V. Gershovich a.k.a. Jazzy$, March 2003
e-mail: jazzy@arcticsu.ru
diff --git a/plugins/AutoRun/res/Version.rc b/plugins/AutoRun/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/AutoRun/res/Version.rc +++ b/plugins/AutoRun/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/AutoRun/res/autorun.rc b/plugins/AutoRun/res/autorun.rc index bcdb00807e..304e7e456b 100644 --- a/plugins/AutoRun/res/autorun.rc +++ b/plugins/AutoRun/res/autorun.rc @@ -1,4 +1,4 @@ -//Microsoft Developer Studio generated resource script.
+//Microsoft Developer Studio generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/AutoRun/src/main.cpp b/plugins/AutoRun/src/main.cpp index 559f636240..903ae904f9 100644 --- a/plugins/AutoRun/src/main.cpp +++ b/plugins/AutoRun/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/AutoRun/src/resource.h b/plugins/AutoRun/src/resource.h index 75fd39b582..8f35ff3503 100644 --- a/plugins/AutoRun/src/resource.h +++ b/plugins/AutoRun/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by autorun.rc
//
diff --git a/plugins/AutoRun/src/stdafx.cxx b/plugins/AutoRun/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/AutoRun/src/stdafx.cxx +++ b/plugins/AutoRun/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/AutoRun/src/stdafx.h b/plugins/AutoRun/src/stdafx.h index bdf5ae2607..793089a93d 100644 --- a/plugins/AutoRun/src/stdafx.h +++ b/plugins/AutoRun/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
diff --git a/plugins/AutoRun/src/version.h b/plugins/AutoRun/src/version.h index f20a747e70..0994c99f22 100644 --- a/plugins/AutoRun/src/version.h +++ b/plugins/AutoRun/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 |