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/wbOSD | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/wbOSD')
-rw-r--r-- | plugins/wbOSD/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/events.cpp | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/version.h | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/wbOSD.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/wbOSD/docs/readme.txt b/plugins/wbOSD/docs/readme.txt index 8efe6d1dfc..09815bf989 100644 --- a/plugins/wbOSD/docs/readme.txt +++ b/plugins/wbOSD/docs/readme.txt @@ -1,4 +1,4 @@ -Wannabe (Miranda's) OSD
+Wannabe (Miranda's) OSD
(c)2005 Andrej Krutak
Distribute under the GNU GPL 2.0 license
diff --git a/plugins/wbOSD/src/events.cpp b/plugins/wbOSD/src/events.cpp index 9209c814fb..2ab9f02e91 100644 --- a/plugins/wbOSD/src/events.cpp +++ b/plugins/wbOSD/src/events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
diff --git a/plugins/wbOSD/src/main.cpp b/plugins/wbOSD/src/main.cpp index c2f9d9f2b3..def91cae53 100644 --- a/plugins/wbOSD/src/main.cpp +++ b/plugins/wbOSD/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
diff --git a/plugins/wbOSD/src/options.cpp b/plugins/wbOSD/src/options.cpp index d9dcb4ade7..5c77d0390f 100644 --- a/plugins/wbOSD/src/options.cpp +++ b/plugins/wbOSD/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
diff --git a/plugins/wbOSD/src/resource.h b/plugins/wbOSD/src/resource.h index 935100f1c1..e82a87a47b 100644 --- a/plugins/wbOSD/src/resource.h +++ b/plugins/wbOSD/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\wbOSD.rc
//
diff --git a/plugins/wbOSD/src/stdafx.cxx b/plugins/wbOSD/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/wbOSD/src/stdafx.cxx +++ b/plugins/wbOSD/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/wbOSD/src/stdafx.h b/plugins/wbOSD/src/stdafx.h index abea35ebe0..b3652aca22 100644 --- a/plugins/wbOSD/src/stdafx.h +++ b/plugins/wbOSD/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
diff --git a/plugins/wbOSD/src/version.h b/plugins/wbOSD/src/version.h index 84a344dbf4..8f40116d9f 100644 --- a/plugins/wbOSD/src/version.h +++ b/plugins/wbOSD/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
diff --git a/plugins/wbOSD/src/wbOSD.cpp b/plugins/wbOSD/src/wbOSD.cpp index 6ff4a3cfc3..7f10ac8ff3 100644 --- a/plugins/wbOSD/src/wbOSD.cpp +++ b/plugins/wbOSD/src/wbOSD.cpp @@ -1,4 +1,4 @@ -/*
+/*
Wannabe OSD
This plugin tries to become miranda's standard OSD ;-)
|