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/ProfileManager | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/ProfileManager')
-rw-r--r-- | plugins/ProfileManager/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/ProfileManager/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/ProfileManager/src/pmanagerEx.cpp | 2 | ||||
-rw-r--r-- | plugins/ProfileManager/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/ProfileManager/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/ProfileManager/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/ProfileManager/src/version.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/ProfileManager/res/Version.rc b/plugins/ProfileManager/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/ProfileManager/res/Version.rc +++ b/plugins/ProfileManager/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/ProfileManager/res/resource.rc b/plugins/ProfileManager/res/resource.rc index 11526085cc..8064dd21b6 100644 --- a/plugins/ProfileManager/res/resource.rc +++ b/plugins/ProfileManager/res/resource.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/ProfileManager/src/pmanagerEx.cpp b/plugins/ProfileManager/src/pmanagerEx.cpp index 4b221431e1..23e667d1f5 100644 --- a/plugins/ProfileManager/src/pmanagerEx.cpp +++ b/plugins/ProfileManager/src/pmanagerEx.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/ProfileManager/src/resource.h b/plugins/ProfileManager/src/resource.h index 0b3445b3e7..ce68e7997e 100644 --- a/plugins/ProfileManager/src/resource.h +++ b/plugins/ProfileManager/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/ProfileManager/src/stdafx.cxx b/plugins/ProfileManager/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/ProfileManager/src/stdafx.cxx +++ b/plugins/ProfileManager/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/ProfileManager/src/stdafx.h b/plugins/ProfileManager/src/stdafx.h index 81add820dd..b1316fcf2b 100644 --- a/plugins/ProfileManager/src/stdafx.h +++ b/plugins/ProfileManager/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
diff --git a/plugins/ProfileManager/src/version.h b/plugins/ProfileManager/src/version.h index dbcb79f127..85c07d9df1 100644 --- a/plugins/ProfileManager/src/version.h +++ b/plugins/ProfileManager/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 5 |