diff options
Diffstat (limited to 'src/core/stdidle')
-rw-r--r-- | src/core/stdidle/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stdidle/res/resource.rc | 2 | ||||
-rw-r--r-- | src/core/stdidle/res/version.rc | 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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/core/stdidle/CMakeLists.txt b/src/core/stdidle/CMakeLists.txt index e11c1176b5..c6db0f31fb 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/res/resource.rc b/src/core/stdidle/res/resource.rc index ebecfa7b37..02177820a4 100644 --- a/src/core/stdidle/res/resource.rc +++ b/src/core/stdidle/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stdidle/res/version.rc b/src/core/stdidle/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdidle/res/version.rc +++ b/src/core/stdidle/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/src/core/stdidle/src/idle.cpp b/src/core/stdidle/src/idle.cpp index eb0ef2568c..66995fd3f9 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 bbc78d8281..4dadbf0744 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 716dda68f1..aa8b81d687 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 19c886f65e..a86a9966d4 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 e791573b3a..484cb29aea 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
|