diff options
Diffstat (limited to 'src/core/stdautoaway')
-rw-r--r-- | src/core/stdautoaway/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stdautoaway/src/autoaway.cpp | 2 | ||||
-rw-r--r-- | src/core/stdautoaway/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdautoaway/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stdautoaway/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdautoaway/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/core/stdautoaway/CMakeLists.txt b/src/core/stdautoaway/CMakeLists.txt index 8709986d88..418414b0b0 100644 --- a/src/core/stdautoaway/CMakeLists.txt +++ b/src/core/stdautoaway/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdAutoAway) +set(TARGET StdAutoAway) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stdautoaway/src/autoaway.cpp b/src/core/stdautoaway/src/autoaway.cpp index 7e536c9cb0..c1ebc6bbe5 100644 --- a/src/core/stdautoaway/src/autoaway.cpp +++ b/src/core/stdautoaway/src/autoaway.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdautoaway/src/main.cpp b/src/core/stdautoaway/src/main.cpp index 8a1d349a31..58f414e5ac 100644 --- a/src/core/stdautoaway/src/main.cpp +++ b/src/core/stdautoaway/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard auto away module for Miranda NG
diff --git a/src/core/stdautoaway/src/stdafx.cxx b/src/core/stdautoaway/src/stdafx.cxx index 5f644fdff3..a27b824da7 100644 --- a/src/core/stdautoaway/src/stdafx.cxx +++ b/src/core/stdautoaway/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdautoaway/src/stdafx.h b/src/core/stdautoaway/src/stdafx.h index 21d28551d8..554f9c9f22 100644 --- a/src/core/stdautoaway/src/stdafx.h +++ b/src/core/stdautoaway/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdautoaway/src/version.h b/src/core/stdautoaway/src/version.h index 97ac5bf735..84fee2edca 100644 --- a/src/core/stdautoaway/src/version.h +++ b/src/core/stdautoaway/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
|