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/Nudge | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/Nudge')
-rw-r--r-- | plugins/Nudge/docs/ChangeLog.txt | 2 | ||||
-rw-r--r-- | plugins/Nudge/docs/autoexec_nudge.ini | 2 | ||||
-rw-r--r-- | plugins/Nudge/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/Nudge/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/nudge.cpp | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/nudge.h | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/shake.cpp | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/shake.h | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Nudge/src/version.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/plugins/Nudge/docs/ChangeLog.txt b/plugins/Nudge/docs/ChangeLog.txt index 140671c177..47990b6c12 100644 --- a/plugins/Nudge/docs/ChangeLog.txt +++ b/plugins/Nudge/docs/ChangeLog.txt @@ -1,4 +1,4 @@ -0.0.1.22
+0.0.1.22
===========
+ 64bit version
+ unhook hooks on exit
diff --git a/plugins/Nudge/docs/autoexec_nudge.ini b/plugins/Nudge/docs/autoexec_nudge.ini index d5e9a563da..7766515831 100644 --- a/plugins/Nudge/docs/autoexec_nudge.ini +++ b/plugins/Nudge/docs/autoexec_nudge.ini @@ -1,4 +1,4 @@ -SETTINGS:
+SETTINGS:
[SkinSounds]
Nudge : Default=sSounds\nudge.wav
\ No newline at end of file diff --git a/plugins/Nudge/res/Version.rc b/plugins/Nudge/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/Nudge/res/Version.rc +++ b/plugins/Nudge/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/Nudge/res/resource.rc b/plugins/Nudge/res/resource.rc index 6cda0a870b..7d173ae5a1 100644 --- a/plugins/Nudge/res/resource.rc +++ b/plugins/Nudge/res/resource.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/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index 990546769b..305acbb2ca 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int nProtocol = 0;
static HANDLE hPopupClass;
diff --git a/plugins/Nudge/src/nudge.cpp b/plugins/Nudge/src/nudge.cpp index 9dc4476a54..5fc1f71319 100644 --- a/plugins/Nudge/src/nudge.cpp +++ b/plugins/Nudge/src/nudge.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void CNudge::Save(void)
{
diff --git a/plugins/Nudge/src/nudge.h b/plugins/Nudge/src/nudge.h index d1fd358795..fae3f758e7 100644 --- a/plugins/Nudge/src/nudge.h +++ b/plugins/Nudge/src/nudge.h @@ -1,4 +1,4 @@ -#ifndef NUDGE_H
+#ifndef NUDGE_H
#define NUDGE_H
#define MODULENAME "Nudge"
diff --git a/plugins/Nudge/src/options.cpp b/plugins/Nudge/src/options.cpp index fce6159268..4341660dc3 100644 --- a/plugins/Nudge/src/options.cpp +++ b/plugins/Nudge/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CNudgeElement* ActualNudge = nullptr;
diff --git a/plugins/Nudge/src/resource.h b/plugins/Nudge/src/resource.h index 6236ae9500..012a83c200 100644 --- a/plugins/Nudge/src/resource.h +++ b/plugins/Nudge/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\resource.rc
//
diff --git a/plugins/Nudge/src/shake.cpp b/plugins/Nudge/src/shake.cpp index d66d7ad6be..459b02c40b 100644 --- a/plugins/Nudge/src/shake.cpp +++ b/plugins/Nudge/src/shake.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void CShake::Load(void)
{
diff --git a/plugins/Nudge/src/shake.h b/plugins/Nudge/src/shake.h index 73e460cb41..36340788b1 100644 --- a/plugins/Nudge/src/shake.h +++ b/plugins/Nudge/src/shake.h @@ -1,4 +1,4 @@ -#ifndef SHAKE_H
+#ifndef SHAKE_H
#define SHAKE_H
class CShake
diff --git a/plugins/Nudge/src/stdafx.cxx b/plugins/Nudge/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Nudge/src/stdafx.cxx +++ b/plugins/Nudge/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/Nudge/src/stdafx.h b/plugins/Nudge/src/stdafx.h index db45931958..2f3cc8fc27 100644 --- a/plugins/Nudge/src/stdafx.h +++ b/plugins/Nudge/src/stdafx.h @@ -1,4 +1,4 @@ -// stdafx.h : include file for standard system include files,
+// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
diff --git a/plugins/Nudge/src/version.h b/plugins/Nudge/src/version.h index 553c4efea7..2afb382085 100644 --- a/plugins/Nudge/src/version.h +++ b/plugins/Nudge/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 0 #define __BUILD_NUM 2 |