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/NoHistory | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/NoHistory')
-rw-r--r-- | plugins/NoHistory/docs/licence.txt | 2 | ||||
-rw-r--r-- | plugins/NoHistory/res/NoHistory.rc | 2 | ||||
-rw-r--r-- | plugins/NoHistory/res/Version.rc | 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 |
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/NoHistory/docs/licence.txt b/plugins/NoHistory/docs/licence.txt index a391390f72..b0378f1e16 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/res/NoHistory.rc b/plugins/NoHistory/res/NoHistory.rc index 788c948596..cc08291938 100644 --- a/plugins/NoHistory/res/NoHistory.rc +++ b/plugins/NoHistory/res/NoHistory.rc @@ -1,4 +1,4 @@ -//Microsoft Developer Studio generated resource script.
+//Microsoft Developer Studio generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/NoHistory/res/Version.rc b/plugins/NoHistory/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/NoHistory/res/Version.rc +++ b/plugins/NoHistory/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/NoHistory/src/dllmain.cpp b/plugins/NoHistory/src/dllmain.cpp index f20a68161b..3e66c05d59 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 c718ecd356..dbe4108425 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 cfd2288c52..a233d6d290 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 92877a43b7..980a8c4164 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 c2eba8f246..590f8a318f 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 5640d91b59..b6eceb3cd9 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 b05ed73bc5..bfd519e3dc 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 f53245336b..bd31593c97 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 31b68721b2..d153d94343 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 |