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/CSList | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/CSList')
-rw-r--r-- | plugins/CSList/docs/changelog.txt | 2 | ||||
-rw-r--r-- | plugins/CSList/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/CSList/res/cslist.rc | 2 | ||||
-rw-r--r-- | plugins/CSList/src/cslist.cpp | 2 | ||||
-rw-r--r-- | plugins/CSList/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/CSList/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/CSList/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/CSList/src/strpos.h | 2 | ||||
-rw-r--r-- | plugins/CSList/src/version.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/CSList/docs/changelog.txt b/plugins/CSList/docs/changelog.txt index a40a767491..ba7ae7fa21 100644 --- a/plugins/CSList/docs/changelog.txt +++ b/plugins/CSList/docs/changelog.txt @@ -1,4 +1,4 @@ -
+
TODO
----
- all TODOs listed in this source x)
diff --git a/plugins/CSList/res/Version.rc b/plugins/CSList/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/CSList/res/Version.rc +++ b/plugins/CSList/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/CSList/res/cslist.rc b/plugins/CSList/res/cslist.rc index d8762aa19c..d97bffe039 100644 --- a/plugins/CSList/res/cslist.rc +++ b/plugins/CSList/res/cslist.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/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp index eda2793387..27cd55dfd4 100644 --- a/plugins/CSList/src/cslist.cpp +++ b/plugins/CSList/src/cslist.cpp @@ -1,4 +1,4 @@ -/* ======================================================================== +/* ======================================================================== Custom Status List __________________ diff --git a/plugins/CSList/src/resource.h b/plugins/CSList/src/resource.h index 9d7068ac4d..644cc1d1b0 100644 --- a/plugins/CSList/src/resource.h +++ b/plugins/CSList/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\myranda\plugins\CSList\res\cslist.rc
//
diff --git a/plugins/CSList/src/stdafx.cxx b/plugins/CSList/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/CSList/src/stdafx.cxx +++ b/plugins/CSList/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/CSList/src/stdafx.h b/plugins/CSList/src/stdafx.h index 435ab96c42..6aaba62521 100644 --- a/plugins/CSList/src/stdafx.h +++ b/plugins/CSList/src/stdafx.h @@ -1,4 +1,4 @@ -/* ========================================================================
+/* ========================================================================
Custom Status List
__________________
diff --git a/plugins/CSList/src/strpos.h b/plugins/CSList/src/strpos.h index 9ba847a395..d0446ddf7c 100644 --- a/plugins/CSList/src/strpos.h +++ b/plugins/CSList/src/strpos.h @@ -1,4 +1,4 @@ -/*
+/*
* strpos.c - Returns the offset of a string in a substring.
*
* Copyright (c) 2001, 2002 Andre Guibert de Bruet. <andre@siliconlandmark.com>
diff --git a/plugins/CSList/src/version.h b/plugins/CSList/src/version.h index 5f304453c5..e6a8ecee9d 100644 --- a/plugins/CSList/src/version.h +++ b/plugins/CSList/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 1 #define __BUILD_NUM 0 |