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/StartupSilence | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/StartupSilence')
-rw-r--r-- | plugins/StartupSilence/doc/changelog.txt | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/res/StartupSilence.rc | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/res/version.rc | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/StartupSilence/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/StartupSilence/doc/changelog.txt b/plugins/StartupSilence/doc/changelog.txt index fea38c8b9f..2cb90bf05d 100644 --- a/plugins/StartupSilence/doc/changelog.txt +++ b/plugins/StartupSilence/doc/changelog.txt @@ -1,2 +1,2 @@ -ver. 0.1.0.0
+ver. 0.1.0.0
inicial release
diff --git a/plugins/StartupSilence/res/StartupSilence.rc b/plugins/StartupSilence/res/StartupSilence.rc index 635a986bc4..2b6b1ce682 100644 --- a/plugins/StartupSilence/res/StartupSilence.rc +++ b/plugins/StartupSilence/res/StartupSilence.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/StartupSilence/res/version.rc b/plugins/StartupSilence/res/version.rc index 8948616bb4..9ac7a89ecb 100644 --- a/plugins/StartupSilence/res/version.rc +++ b/plugins/StartupSilence/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/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp index 11f0153843..a11dbb6a28 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (c) 2012-13 Vladimir Lyubimov
Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
diff --git a/plugins/StartupSilence/src/resource.h b/plugins/StartupSilence/src/resource.h index a14aa93342..26767ea00b 100644 --- a/plugins/StartupSilence/src/resource.h +++ b/plugins/StartupSilence/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by StartupSilence.rc
//
diff --git a/plugins/StartupSilence/src/stdafx.cxx b/plugins/StartupSilence/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/StartupSilence/src/stdafx.cxx +++ b/plugins/StartupSilence/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/StartupSilence/src/stdafx.h b/plugins/StartupSilence/src/stdafx.h index b20aa52f5b..987d2645d9 100644 --- a/plugins/StartupSilence/src/stdafx.h +++ b/plugins/StartupSilence/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <CommCtrl.h>
#include <WinSock.h>
diff --git a/plugins/StartupSilence/src/version.h b/plugins/StartupSilence/src/version.h index 88c7193a98..b84e9ce77e 100644 --- a/plugins/StartupSilence/src/version.h +++ b/plugins/StartupSilence/src/version.h @@ -1,4 +1,4 @@ -// Set the version number here - it will affect the version resource and the version field of the pluginInfo structure
+// Set the version number here - it will affect the version resource and the version field of the pluginInfo structure
// (Be careful that you don't have the resource file open when you change this and rebuild, otherwise the changes may not
// take effect within the version resource)
// Do not forget to define symbol "_DEBUG" for resource compiler if you use debug configuration (in VisualStudio you can
|