diff options
Diffstat (limited to 'plugins/BuddyPounce')
-rw-r--r-- | plugins/BuddyPounce/docs/buddypounce_readme.txt | 2 | ||||
-rw-r--r-- | plugins/BuddyPounce/src/dialog.cpp | 2 | ||||
-rw-r--r-- | plugins/BuddyPounce/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/BuddyPounce/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/BuddyPounce/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/BuddyPounce/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/BuddyPounce/src/version.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/BuddyPounce/docs/buddypounce_readme.txt b/plugins/BuddyPounce/docs/buddypounce_readme.txt index aef2565f40..a84612a1ab 100644 --- a/plugins/BuddyPounce/docs/buddypounce_readme.txt +++ b/plugins/BuddyPounce/docs/buddypounce_readme.txt @@ -1,4 +1,4 @@ -Buddy Pounce
+Buddy Pounce
-------------
Buddy Pounce allows you to send a message to a contact automatically when they change status (i.e from offline) if you are expecting to be away form the computer.
diff --git a/plugins/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp index 8800092a63..024d51f8ad 100644 --- a/plugins/BuddyPounce/src/dialog.cpp +++ b/plugins/BuddyPounce/src/dialog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void populateSettingsList(HWND hwnd2List)
{
diff --git a/plugins/BuddyPounce/src/main.cpp b/plugins/BuddyPounce/src/main.cpp index 61ff5c834f..250e76658f 100644 --- a/plugins/BuddyPounce/src/main.cpp +++ b/plugins/BuddyPounce/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
int hLangpack;
diff --git a/plugins/BuddyPounce/src/resource.h b/plugins/BuddyPounce/src/resource.h index 03f8dd57c8..08ddca83fb 100644 --- a/plugins/BuddyPounce/src/resource.h +++ b/plugins/BuddyPounce/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/BuddyPounce/src/stdafx.cxx b/plugins/BuddyPounce/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/BuddyPounce/src/stdafx.cxx +++ b/plugins/BuddyPounce/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/BuddyPounce/src/stdafx.h b/plugins/BuddyPounce/src/stdafx.h index 5ba928bc80..833571d8e8 100644 --- a/plugins/BuddyPounce/src/stdafx.h +++ b/plugins/BuddyPounce/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMONHEADERS_H
+#ifndef _COMMONHEADERS_H
#define _COMMONHEADERS_H
#define WIN32_LEAN_AND_MEAN
diff --git a/plugins/BuddyPounce/src/version.h b/plugins/BuddyPounce/src/version.h index bb0565533e..2d34dbc48c 100644 --- a/plugins/BuddyPounce/src/version.h +++ b/plugins/BuddyPounce/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 3 #define __RELEASE_NUM 2 #define __BUILD_NUM 2 |