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 /plugins/TranslitSwitcher | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/TranslitSwitcher')
-rw-r--r-- | plugins/TranslitSwitcher/docs/Readme.txt | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/Layoutproc.cpp | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/Resource.h | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/TranslitSwitcher.cpp | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/src/version.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/TranslitSwitcher/docs/Readme.txt b/plugins/TranslitSwitcher/docs/Readme.txt index b0fd3df044..adf6b52020 100644 --- a/plugins/TranslitSwitcher/docs/Readme.txt +++ b/plugins/TranslitSwitcher/docs/Readme.txt @@ -1,4 +1,4 @@ -for adding symbol when you resend message add in your db:
+for adding symbol when you resend message add in your db:
[TranslitSwitcher]
ResendSymbol=u*
where * is resend symbol
\ No newline at end of file diff --git a/plugins/TranslitSwitcher/src/Layoutproc.cpp b/plugins/TranslitSwitcher/src/Layoutproc.cpp index e5d966c3be..03740c5813 100644 --- a/plugins/TranslitSwitcher/src/Layoutproc.cpp +++ b/plugins/TranslitSwitcher/src/Layoutproc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/Resource.h b/plugins/TranslitSwitcher/src/Resource.h index d933d3c7e2..b98a6590c2 100644 --- a/plugins/TranslitSwitcher/src/Resource.h +++ b/plugins/TranslitSwitcher/src/Resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resources.rc
//
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp index fe3b8e0db7..d61b374d12 100644 --- a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp +++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/stdafx.cxx b/plugins/TranslitSwitcher/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/TranslitSwitcher/src/stdafx.cxx +++ b/plugins/TranslitSwitcher/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/stdafx.h b/plugins/TranslitSwitcher/src/stdafx.h index 9b44656b20..fd6e7cd3c7 100644 --- a/plugins/TranslitSwitcher/src/stdafx.h +++ b/plugins/TranslitSwitcher/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2007 Dmitry Titkov (C) 2010 tico-tico, Mataes
This is free software; you can redistribute it and/or
diff --git a/plugins/TranslitSwitcher/src/version.h b/plugins/TranslitSwitcher/src/version.h index 73ecddf8b6..d308e511c1 100644 --- a/plugins/TranslitSwitcher/src/version.h +++ b/plugins/TranslitSwitcher/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 |