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/SimpleAR | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/SimpleAR')
-rw-r--r-- | plugins/SimpleAR/res/Resource.rc | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/Main.cpp | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/Options.cpp | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/Resource.h | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/SimpleAR/res/Resource.rc b/plugins/SimpleAR/res/Resource.rc index cbc1dd92fd..3835a21eb3 100644 --- a/plugins/SimpleAR/res/Resource.rc +++ b/plugins/SimpleAR/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/SimpleAR/res/Version.rc b/plugins/SimpleAR/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/SimpleAR/res/Version.rc +++ b/plugins/SimpleAR/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/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index 8feceb95bf..79d53e3cdd 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Plugin of miranda IM(ICQ) for Communicating with users of the baseProtocol.
Copyright (C) 2004 Daniel Savi (dss@brturbo.com)
diff --git a/plugins/SimpleAR/src/Options.cpp b/plugins/SimpleAR/src/Options.cpp index c541651d96..8e4108e75e 100644 --- a/plugins/SimpleAR/src/Options.cpp +++ b/plugins/SimpleAR/src/Options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
wchar_t* ptszMessage[6]= {};
INT lastIndex=-1;
diff --git a/plugins/SimpleAR/src/Resource.h b/plugins/SimpleAR/src/Resource.h index 384930dd39..978a04825a 100644 --- a/plugins/SimpleAR/src/Resource.h +++ b/plugins/SimpleAR/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/SimpleAR/src/stdafx.cxx b/plugins/SimpleAR/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/SimpleAR/src/stdafx.cxx +++ b/plugins/SimpleAR/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/SimpleAR/src/stdafx.h b/plugins/SimpleAR/src/stdafx.h index ff19f084ef..b233afe192 100644 --- a/plugins/SimpleAR/src/stdafx.h +++ b/plugins/SimpleAR/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <time.h>
#include <newpluginapi.h>
diff --git a/plugins/SimpleAR/src/version.h b/plugins/SimpleAR/src/version.h index ca9699cb5b..0c8a356df8 100644 --- a/plugins/SimpleAR/src/version.h +++ b/plugins/SimpleAR/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 2 +#define __MAJOR_VERSION 2 #define __MINOR_VERSION 0 #define __RELEASE_NUM 2 #define __BUILD_NUM 6 |