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 /plugins/IEHistory | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/IEHistory')
-rw-r--r-- | plugins/IEHistory/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/IEHistory/res/IEHistory.rc | 2 | ||||
-rw-r--r-- | plugins/IEHistory/res/version.rc | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/IEHistory.cpp | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/dlgHandlers.cpp | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/dlgHandlers.h | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/events.cpp | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/events.h | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/services.cpp | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/services.h | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/utils.cpp | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/utils.h | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/version.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/plugins/IEHistory/docs/readme.txt b/plugins/IEHistory/docs/readme.txt index f3b53f84bd..74119389c0 100644 --- a/plugins/IEHistory/docs/readme.txt +++ b/plugins/IEHistory/docs/readme.txt @@ -1,4 +1,4 @@ -IEView History Viewer v.0.0.1.4 +IEView History Viewer v.0.0.1.4 by Cristian "Eblis" Libotean copyright © 2005-2007 Cristian Libotean diff --git a/plugins/IEHistory/res/IEHistory.rc b/plugins/IEHistory/res/IEHistory.rc index c7b154b747..02cbe2e570 100644 --- a/plugins/IEHistory/res/IEHistory.rc +++ b/plugins/IEHistory/res/IEHistory.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microsoft Visual C++ generated resource script. // #include "..\src\resource.h" diff --git a/plugins/IEHistory/res/version.rc b/plugins/IEHistory/res/version.rc index b94e0e6567..f5f730eb7c 100644 --- a/plugins/IEHistory/res/version.rc +++ b/plugins/IEHistory/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/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp index 6f8151f72d..29fce41021 100644 --- a/plugins/IEHistory/src/IEHistory.cpp +++ b/plugins/IEHistory/src/IEHistory.cpp @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/dlgHandlers.cpp b/plugins/IEHistory/src/dlgHandlers.cpp index dad7eb3932..345d4a70e9 100644 --- a/plugins/IEHistory/src/dlgHandlers.cpp +++ b/plugins/IEHistory/src/dlgHandlers.cpp @@ -1,4 +1,4 @@ -/*
+/*
IEView history viewer plugin for Miranda IM
Copyright © 2005-2006 Cristian Libotean
diff --git a/plugins/IEHistory/src/dlgHandlers.h b/plugins/IEHistory/src/dlgHandlers.h index 01d39a1351..8f23d62ce2 100644 --- a/plugins/IEHistory/src/dlgHandlers.h +++ b/plugins/IEHistory/src/dlgHandlers.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/events.cpp b/plugins/IEHistory/src/events.cpp index e7abc9cff8..9e439517b5 100644 --- a/plugins/IEHistory/src/events.cpp +++ b/plugins/IEHistory/src/events.cpp @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/events.h b/plugins/IEHistory/src/events.h index abfa66ac42..7f683bd228 100644 --- a/plugins/IEHistory/src/events.h +++ b/plugins/IEHistory/src/events.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/resource.h b/plugins/IEHistory/src/resource.h index b240d149db..3d7132413c 100644 --- a/plugins/IEHistory/src/resource.h +++ b/plugins/IEHistory/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by IEHistory.rc // diff --git a/plugins/IEHistory/src/services.cpp b/plugins/IEHistory/src/services.cpp index 84ea58ffee..e32c7b9163 100644 --- a/plugins/IEHistory/src/services.cpp +++ b/plugins/IEHistory/src/services.cpp @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/services.h b/plugins/IEHistory/src/services.h index c1048ce9fc..4a2f01a198 100644 --- a/plugins/IEHistory/src/services.h +++ b/plugins/IEHistory/src/services.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/stdafx.cxx b/plugins/IEHistory/src/stdafx.cxx index b5acedc6eb..65aa0503b2 100644 --- a/plugins/IEHistory/src/stdafx.cxx +++ b/plugins/IEHistory/src/stdafx.cxx @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/stdafx.h b/plugins/IEHistory/src/stdafx.h index 4db5643aee..ccaeed7446 100644 --- a/plugins/IEHistory/src/stdafx.h +++ b/plugins/IEHistory/src/stdafx.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/utils.cpp b/plugins/IEHistory/src/utils.cpp index fc40eeba25..dd94c39fe6 100644 --- a/plugins/IEHistory/src/utils.cpp +++ b/plugins/IEHistory/src/utils.cpp @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/utils.h b/plugins/IEHistory/src/utils.h index a8c98ef30b..76d409bca0 100644 --- a/plugins/IEHistory/src/utils.h +++ b/plugins/IEHistory/src/utils.h @@ -1,4 +1,4 @@ -/* +/* IEView history viewer plugin for Miranda IM Copyright © 2005-2006 Cristian Libotean diff --git a/plugins/IEHistory/src/version.h b/plugins/IEHistory/src/version.h index 34d50e6bcf..1d47032d87 100644 --- a/plugins/IEHistory/src/version.h +++ b/plugins/IEHistory/src/version.h @@ -1,4 +1,4 @@ -/* +/* Bonsai plugin for Miranda IM Copyright © 2006 Cristian Libotean |