diff options
Diffstat (limited to 'src/core/stdidle')
-rw-r--r-- | src/core/stdidle/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stdidle/src/idle.cpp | 2 | ||||
-rw-r--r-- | src/core/stdidle/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdidle/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stdidle/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdidle/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/core/stdidle/CMakeLists.txt b/src/core/stdidle/CMakeLists.txt index c6db0f31fb..e11c1176b5 100644 --- a/src/core/stdidle/CMakeLists.txt +++ b/src/core/stdidle/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdIdle) +set(TARGET StdIdle) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} Wtsapi32.lib)
\ No newline at end of file diff --git a/src/core/stdidle/src/idle.cpp b/src/core/stdidle/src/idle.cpp index 66995fd3f9..eb0ef2568c 100644 --- a/src/core/stdidle/src/idle.cpp +++ b/src/core/stdidle/src/idle.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdidle/src/main.cpp b/src/core/stdidle/src/main.cpp index 4dadbf0744..bbc78d8281 100644 --- a/src/core/stdidle/src/main.cpp +++ b/src/core/stdidle/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard idle state module for Miranda NG
diff --git a/src/core/stdidle/src/stdafx.cxx b/src/core/stdidle/src/stdafx.cxx index aa8b81d687..716dda68f1 100644 --- a/src/core/stdidle/src/stdafx.cxx +++ b/src/core/stdidle/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdidle/src/stdafx.h b/src/core/stdidle/src/stdafx.h index a86a9966d4..19c886f65e 100644 --- a/src/core/stdidle/src/stdafx.h +++ b/src/core/stdidle/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdidle/src/version.h b/src/core/stdidle/src/version.h index 484cb29aea..e791573b3a 100644 --- a/src/core/stdidle/src/version.h +++ b/src/core/stdidle/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
|