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/NoHistory | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/NoHistory')
-rw-r--r-- | plugins/NoHistory/docs/licence.txt | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/dllmain.cpp | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/icons.cpp | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/icons.h | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/options.h | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/NoHistory/src/version.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/NoHistory/docs/licence.txt b/plugins/NoHistory/docs/licence.txt index b0378f1e16..a391390f72 100644 --- a/plugins/NoHistory/docs/licence.txt +++ b/plugins/NoHistory/docs/licence.txt @@ -1,4 +1,4 @@ -The NoHistory plugin for Miranda-IM is Copyright (c) 2006 Scott Ellis (mail@scottellis.com.au)
+The NoHistory plugin for Miranda-IM is Copyright (c) 2006 Scott Ellis (mail@scottellis.com.au)
http://www.scottellis.com.au
diff --git a/plugins/NoHistory/src/dllmain.cpp b/plugins/NoHistory/src/dllmain.cpp index 3e66c05d59..f20a68161b 100644 --- a/plugins/NoHistory/src/dllmain.cpp +++ b/plugins/NoHistory/src/dllmain.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack = 0;
diff --git a/plugins/NoHistory/src/icons.cpp b/plugins/NoHistory/src/icons.cpp index dbe4108425..c718ecd356 100644 --- a/plugins/NoHistory/src/icons.cpp +++ b/plugins/NoHistory/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HICON hIconRemove, hIconKeep, hIconClear;
diff --git a/plugins/NoHistory/src/icons.h b/plugins/NoHistory/src/icons.h index a233d6d290..cfd2288c52 100644 --- a/plugins/NoHistory/src/icons.h +++ b/plugins/NoHistory/src/icons.h @@ -1,4 +1,4 @@ -#ifndef _ICONS_INC
+#ifndef _ICONS_INC
#define _ICONS_INC
extern HICON hIconRemove, hIconKeep, hIconClear;
diff --git a/plugins/NoHistory/src/options.cpp b/plugins/NoHistory/src/options.cpp index 980a8c4164..92877a43b7 100644 --- a/plugins/NoHistory/src/options.cpp +++ b/plugins/NoHistory/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static void SetListGroupIcons(HWND hwndList,HANDLE hFirstItem,HANDLE hParentItem,int *groupChildCount)
{
diff --git a/plugins/NoHistory/src/options.h b/plugins/NoHistory/src/options.h index 590f8a318f..c2eba8f246 100644 --- a/plugins/NoHistory/src/options.h +++ b/plugins/NoHistory/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC
+#ifndef _OPTIONS_INC
#define _OPTIONS_INC
extern DWORD event_timeout;
diff --git a/plugins/NoHistory/src/resource.h b/plugins/NoHistory/src/resource.h index b6eceb3cd9..5640d91b59 100644 --- a/plugins/NoHistory/src/resource.h +++ b/plugins/NoHistory/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by NoHistory.rc
//
diff --git a/plugins/NoHistory/src/stdafx.cxx b/plugins/NoHistory/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NoHistory/src/stdafx.cxx +++ b/plugins/NoHistory/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/NoHistory/src/stdafx.h b/plugins/NoHistory/src/stdafx.h index bd31593c97..f53245336b 100644 --- a/plugins/NoHistory/src/stdafx.h +++ b/plugins/NoHistory/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_INC
+#ifndef _COMMON_INC
#define _COMMON_INC
#include <windows.h>
diff --git a/plugins/NoHistory/src/version.h b/plugins/NoHistory/src/version.h index d153d94343..31b68721b2 100644 --- a/plugins/NoHistory/src/version.h +++ b/plugins/NoHistory/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 3 #define __BUILD_NUM 0 |