diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /src/core/stduseronline | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'src/core/stduseronline')
-rw-r--r-- | src/core/stduseronline/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stduseronline/res/resource.rc | 2 | ||||
-rw-r--r-- | src/core/stduseronline/res/version.rc | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/useronline.cpp | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/core/stduseronline/CMakeLists.txt b/src/core/stduseronline/CMakeLists.txt index 6cae375826..d71c9e5d89 100644 --- a/src/core/stduseronline/CMakeLists.txt +++ b/src/core/stduseronline/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdUserOnline) +set(TARGET StdUserOnline) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stduseronline/res/resource.rc b/src/core/stduseronline/res/resource.rc index 8213a2958c..bee4012476 100644 --- a/src/core/stduseronline/res/resource.rc +++ b/src/core/stduseronline/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/stduseronline/res/version.rc b/src/core/stduseronline/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stduseronline/res/version.rc +++ b/src/core/stduseronline/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/stduseronline/src/main.cpp b/src/core/stduseronline/src/main.cpp index 433c91e033..2480a6e655 100644 --- a/src/core/stduseronline/src/main.cpp +++ b/src/core/stduseronline/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard user online monitor for Miranda NG
diff --git a/src/core/stduseronline/src/stdafx.cxx b/src/core/stduseronline/src/stdafx.cxx index 716dda68f1..aa8b81d687 100644 --- a/src/core/stduseronline/src/stdafx.cxx +++ b/src/core/stduseronline/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stduseronline/src/stdafx.h b/src/core/stduseronline/src/stdafx.h index 7bb7e2fcd1..dab36405ec 100644 --- a/src/core/stduseronline/src/stdafx.h +++ b/src/core/stduseronline/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduseronline/src/useronline.cpp b/src/core/stduseronline/src/useronline.cpp index 8f5b81f8bc..53eab76804 100644 --- a/src/core/stduseronline/src/useronline.cpp +++ b/src/core/stduseronline/src/useronline.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduseronline/src/version.h b/src/core/stduseronline/src/version.h index de5b14de25..6d612b44e0 100644 --- a/src/core/stduseronline/src/version.h +++ b/src/core/stduseronline/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
|