diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /src/miranda32 | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'src/miranda32')
-rw-r--r-- | src/miranda32/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/miranda32/src/miranda.cpp | 2 | ||||
-rw-r--r-- | src/miranda32/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/miranda32/src/stdafx.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/miranda32/CMakeLists.txt b/src/miranda32/CMakeLists.txt index d42e159b69..2375cb76d6 100644 --- a/src/miranda32/CMakeLists.txt +++ b/src/miranda32/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") if(CMAKE_CL_64) set(TARGET "Miranda64") else() diff --git a/src/miranda32/src/miranda.cpp b/src/miranda32/src/miranda.cpp index 88725da4cb..5d4c3a56d6 100644 --- a/src/miranda32/src/miranda.cpp +++ b/src/miranda32/src/miranda.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/miranda32/src/stdafx.cxx b/src/miranda32/src/stdafx.cxx index f2abe4d94b..6f97ed9a4e 100644 --- a/src/miranda32/src/stdafx.cxx +++ b/src/miranda32/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
diff --git a/src/miranda32/src/stdafx.h b/src/miranda32/src/stdafx.h index ea4fcb343b..e76145e062 100644 --- a/src/miranda32/src/stdafx.h +++ b/src/miranda32/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
|