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/stduihist | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'src/core/stduihist')
-rw-r--r-- | src/core/stduihist/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stduihist/res/resource.rc | 2 | ||||
-rw-r--r-- | src/core/stduihist/res/version.rc | 2 | ||||
-rw-r--r-- | src/core/stduihist/src/history.cpp | 2 | ||||
-rw-r--r-- | src/core/stduihist/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stduihist/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stduihist/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stduihist/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/core/stduihist/CMakeLists.txt b/src/core/stduihist/CMakeLists.txt index 6b344c8bd4..f3b50e862e 100644 --- a/src/core/stduihist/CMakeLists.txt +++ b/src/core/stduihist/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdUIHist) +set(TARGET StdUIHist) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stduihist/res/resource.rc b/src/core/stduihist/res/resource.rc index 333634df8e..8430e403c2 100644 --- a/src/core/stduihist/res/resource.rc +++ b/src/core/stduihist/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/stduihist/res/version.rc b/src/core/stduihist/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stduihist/res/version.rc +++ b/src/core/stduihist/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/stduihist/src/history.cpp b/src/core/stduihist/src/history.cpp index ac7d1e3bc1..82abd0c5da 100644 --- a/src/core/stduihist/src/history.cpp +++ b/src/core/stduihist/src/history.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduihist/src/main.cpp b/src/core/stduihist/src/main.cpp index 287c043f8a..35a9d6db84 100644 --- a/src/core/stduihist/src/main.cpp +++ b/src/core/stduihist/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard ugly history viewer for Miranda NG
diff --git a/src/core/stduihist/src/stdafx.cxx b/src/core/stduihist/src/stdafx.cxx index 716dda68f1..aa8b81d687 100644 --- a/src/core/stduihist/src/stdafx.cxx +++ b/src/core/stduihist/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stduihist/src/stdafx.h b/src/core/stduihist/src/stdafx.h index 2536e1c497..297d2cd648 100644 --- a/src/core/stduihist/src/stdafx.h +++ b/src/core/stduihist/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduihist/src/version.h b/src/core/stduihist/src/version.h index 618c3c0661..bf1c5d6e67 100644 --- a/src/core/stduihist/src/version.h +++ b/src/core/stduihist/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
|