diff options
Diffstat (limited to 'src/core/stduserinfo')
-rw-r--r-- | src/core/stduserinfo/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/res/resource.rc | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/res/version.rc | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/contactinfo.cpp | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/stdinfo.cpp | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/userinfo.cpp | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/src/version.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/core/stduserinfo/CMakeLists.txt b/src/core/stduserinfo/CMakeLists.txt index 7bdbd5c48b..18cc3ed8ae 100644 --- a/src/core/stduserinfo/CMakeLists.txt +++ b/src/core/stduserinfo/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdUserInfo) +set(TARGET StdUserInfo) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} UxTheme.lib ws2_32.lib)
\ No newline at end of file diff --git a/src/core/stduserinfo/res/resource.rc b/src/core/stduserinfo/res/resource.rc index 880b1583cc..57a200fa6c 100644 --- a/src/core/stduserinfo/res/resource.rc +++ b/src/core/stduserinfo/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/stduserinfo/res/version.rc b/src/core/stduserinfo/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stduserinfo/res/version.rc +++ b/src/core/stduserinfo/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/stduserinfo/src/contactinfo.cpp b/src/core/stduserinfo/src/contactinfo.cpp index b00042d3f4..b015016fc9 100644 --- a/src/core/stduserinfo/src/contactinfo.cpp +++ b/src/core/stduserinfo/src/contactinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduserinfo/src/main.cpp b/src/core/stduserinfo/src/main.cpp index bd569fa829..839d0d649b 100644 --- a/src/core/stduserinfo/src/main.cpp +++ b/src/core/stduserinfo/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard User Info plugin for Miranda NG
diff --git a/src/core/stduserinfo/src/stdafx.cxx b/src/core/stduserinfo/src/stdafx.cxx index 716dda68f1..aa8b81d687 100644 --- a/src/core/stduserinfo/src/stdafx.cxx +++ b/src/core/stduserinfo/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stduserinfo/src/stdafx.h b/src/core/stduserinfo/src/stdafx.h index 64239fb198..c40ccad727 100644 --- a/src/core/stduserinfo/src/stdafx.h +++ b/src/core/stduserinfo/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp index e158eae615..3237ea34a6 100644 --- a/src/core/stduserinfo/src/stdinfo.cpp +++ b/src/core/stduserinfo/src/stdinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp index 9d22dc8ef1..0e76a12ec9 100644 --- a/src/core/stduserinfo/src/userinfo.cpp +++ b/src/core/stduserinfo/src/userinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduserinfo/src/version.h b/src/core/stduserinfo/src/version.h index 1f9f1d330d..b63eebcb6c 100644 --- a/src/core/stduserinfo/src/version.h +++ b/src/core/stduserinfo/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
|