diff options
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/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 |
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/Nudge/docs/ChangeLog.txt b/plugins/Nudge/docs/ChangeLog.txt index 47990b6c12..140671c177 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 7766515831..d5e9a563da 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/src/main.cpp b/plugins/Nudge/src/main.cpp index 305acbb2ca..990546769b 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 5fc1f71319..9dc4476a54 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 fae3f758e7..d1fd358795 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 4341660dc3..fce6159268 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 012a83c200..6236ae9500 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 459b02c40b..d66d7ad6be 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 36340788b1..73e460cb41 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 bfd519e3dc..b05ed73bc5 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 2f3cc8fc27..db45931958 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 2afb382085..553c4efea7 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 |