diff options
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
|