diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /src/core/stdemail | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'src/core/stdemail')
-rw-r--r-- | src/core/stdemail/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/email.cpp | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/core/stdemail/CMakeLists.txt b/src/core/stdemail/CMakeLists.txt index c4086c6ed2..d7038bcdfc 100644 --- a/src/core/stdemail/CMakeLists.txt +++ b/src/core/stdemail/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdEmail) +set(TARGET StdEmail) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stdemail/src/email.cpp b/src/core/stdemail/src/email.cpp index e61e25c94d..612f1868f0 100644 --- a/src/core/stdemail/src/email.cpp +++ b/src/core/stdemail/src/email.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdemail/src/main.cpp b/src/core/stdemail/src/main.cpp index 5d5dcdc87e..f4a3299c77 100644 --- a/src/core/stdemail/src/main.cpp +++ b/src/core/stdemail/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard e-mail urls launcher for Miranda NG
diff --git a/src/core/stdemail/src/stdafx.cxx b/src/core/stdemail/src/stdafx.cxx index 5f644fdff3..a27b824da7 100644 --- a/src/core/stdemail/src/stdafx.cxx +++ b/src/core/stdemail/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdemail/src/stdafx.h b/src/core/stdemail/src/stdafx.h index 74b1431645..8c4cf39cf9 100644 --- a/src/core/stdemail/src/stdafx.h +++ b/src/core/stdemail/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdemail/src/version.h b/src/core/stdemail/src/version.h index 8347aa861a..1dbb386bea 100644 --- a/src/core/stdemail/src/version.h +++ b/src/core/stdemail/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
|