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/wbOSD/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/wbOSD/src')
-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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/wbOSD/src/events.cpp b/plugins/wbOSD/src/events.cpp index 2ab9f02e91..9209c814fb 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 def91cae53..c2f9d9f2b3 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 5c77d0390f..d9dcb4ade7 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 e82a87a47b..935100f1c1 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 b05ed73bc5..bfd519e3dc 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 b3652aca22..abea35ebe0 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 8f40116d9f..84a344dbf4 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 7f10ac8ff3..6ff4a3cfc3 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 ;-)
|