diff options
Diffstat (limited to 'src/core/stdaway')
-rw-r--r-- | src/core/stdaway/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stdaway/res/resource.rc | 2 | ||||
-rw-r--r-- | src/core/stdaway/res/version.rc | 2 | ||||
-rw-r--r-- | src/core/stdaway/src/awaymsg.cpp | 2 | ||||
-rw-r--r-- | src/core/stdaway/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdaway/src/sendmsg.cpp | 2 | ||||
-rw-r--r-- | src/core/stdaway/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stdaway/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdaway/src/version.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/core/stdaway/CMakeLists.txt b/src/core/stdaway/CMakeLists.txt index 567f31d827..e7ba6317ee 100644 --- a/src/core/stdaway/CMakeLists.txt +++ b/src/core/stdaway/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdAway) +set(TARGET StdAway) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stdaway/res/resource.rc b/src/core/stdaway/res/resource.rc index d1034fcbe2..8df003a71a 100644 --- a/src/core/stdaway/res/resource.rc +++ b/src/core/stdaway/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/stdaway/res/version.rc b/src/core/stdaway/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdaway/res/version.rc +++ b/src/core/stdaway/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/stdaway/src/awaymsg.cpp b/src/core/stdaway/src/awaymsg.cpp index 0907a28d28..6e9c79dbdc 100644 --- a/src/core/stdaway/src/awaymsg.cpp +++ b/src/core/stdaway/src/awaymsg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdaway/src/main.cpp b/src/core/stdaway/src/main.cpp index c176bff75e..716ec2a853 100644 --- a/src/core/stdaway/src/main.cpp +++ b/src/core/stdaway/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard away message processing module for Miranda NG
diff --git a/src/core/stdaway/src/sendmsg.cpp b/src/core/stdaway/src/sendmsg.cpp index af476d6a07..1f3ceaf42e 100644 --- a/src/core/stdaway/src/sendmsg.cpp +++ b/src/core/stdaway/src/sendmsg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdaway/src/stdafx.cxx b/src/core/stdaway/src/stdafx.cxx index a27b824da7..5f644fdff3 100644 --- a/src/core/stdaway/src/stdafx.cxx +++ b/src/core/stdaway/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdaway/src/stdafx.h b/src/core/stdaway/src/stdafx.h index 2e136d5027..1046ac551e 100644 --- a/src/core/stdaway/src/stdafx.h +++ b/src/core/stdaway/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdaway/src/version.h b/src/core/stdaway/src/version.h index c611618b3a..58c725132b 100644 --- a/src/core/stdaway/src/version.h +++ b/src/core/stdaway/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
|