summaryrefslogtreecommitdiff
path: root/plugins/FloatingContacts
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FloatingContacts')
-rw-r--r--plugins/FloatingContacts/docs/readme.txt2
-rw-r--r--plugins/FloatingContacts/res/fltcnt.rc2
-rw-r--r--plugins/FloatingContacts/res/version.rc2
-rw-r--r--plugins/FloatingContacts/src/bitmap_funcs.cpp2
-rw-r--r--plugins/FloatingContacts/src/bitmap_funcs.h2
-rw-r--r--plugins/FloatingContacts/src/filedrop.cpp2
-rw-r--r--plugins/FloatingContacts/src/filedrop.h2
-rw-r--r--plugins/FloatingContacts/src/fltcont.h2
-rw-r--r--plugins/FloatingContacts/src/main.cpp2
-rw-r--r--plugins/FloatingContacts/src/options.cpp2
-rw-r--r--plugins/FloatingContacts/src/resource.h2
-rw-r--r--plugins/FloatingContacts/src/stdafx.cxx2
-rw-r--r--plugins/FloatingContacts/src/stdafx.h2
-rw-r--r--plugins/FloatingContacts/src/thumbs.cpp2
-rw-r--r--plugins/FloatingContacts/src/thumbs.h2
-rw-r--r--plugins/FloatingContacts/src/version.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/plugins/FloatingContacts/docs/readme.txt b/plugins/FloatingContacts/docs/readme.txt
index b62a9c7ff6..4669baff5a 100644
--- a/plugins/FloatingContacts/docs/readme.txt
+++ b/plugins/FloatingContacts/docs/readme.txt
@@ -1,4 +1,4 @@
-******************
+******************
Floating Contacts
******************
diff --git a/plugins/FloatingContacts/res/fltcnt.rc b/plugins/FloatingContacts/res/fltcnt.rc
index 0fdeef448c..1edcf7c060 100644
--- a/plugins/FloatingContacts/res/fltcnt.rc
+++ b/plugins/FloatingContacts/res/fltcnt.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/FloatingContacts/res/version.rc b/plugins/FloatingContacts/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/plugins/FloatingContacts/res/version.rc
+++ b/plugins/FloatingContacts/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/FloatingContacts/src/bitmap_funcs.cpp b/plugins/FloatingContacts/src/bitmap_funcs.cpp
index 5cbf09bc9b..bf494436ed 100644
--- a/plugins/FloatingContacts/src/bitmap_funcs.cpp
+++ b/plugins/FloatingContacts/src/bitmap_funcs.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/FloatingContacts/src/bitmap_funcs.h b/plugins/FloatingContacts/src/bitmap_funcs.h
index 46b749289b..abc641b8b6 100644
--- a/plugins/FloatingContacts/src/bitmap_funcs.h
+++ b/plugins/FloatingContacts/src/bitmap_funcs.h
@@ -1,4 +1,4 @@
-/*
+/*
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
diff --git a/plugins/FloatingContacts/src/filedrop.cpp b/plugins/FloatingContacts/src/filedrop.cpp
index e9f3c97618..56964a307e 100644
--- a/plugins/FloatingContacts/src/filedrop.cpp
+++ b/plugins/FloatingContacts/src/filedrop.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
static void ProcessDroppedItems(char **ppDroppedItems, int nCount, char **ppFiles);
static int CountDroppedFiles(char **ppDroppedItems, int nCount);
diff --git a/plugins/FloatingContacts/src/filedrop.h b/plugins/FloatingContacts/src/filedrop.h
index af384c67d3..a71aec9956 100644
--- a/plugins/FloatingContacts/src/filedrop.h
+++ b/plugins/FloatingContacts/src/filedrop.h
@@ -1,4 +1,4 @@
-/* This file is a modification of clcfiledrop.h originally
+/* This file is a modification of clcfiledrop.h originally
written by Richard Hughes*/
static HWND hwndCurDrag = NULL;
diff --git a/plugins/FloatingContacts/src/fltcont.h b/plugins/FloatingContacts/src/fltcont.h
index ca4919c2fc..10a30314c0 100644
--- a/plugins/FloatingContacts/src/fltcont.h
+++ b/plugins/FloatingContacts/src/fltcont.h
@@ -1,4 +1,4 @@
-
+
#ifndef __FLTCONT_H__
#define __FLTCONT_H__
diff --git a/plugins/FloatingContacts/src/main.cpp b/plugins/FloatingContacts/src/main.cpp
index d840c61e62..8cb2933ac5 100644
--- a/plugins/FloatingContacts/src/main.cpp
+++ b/plugins/FloatingContacts/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda Floating Contacts plugin, created by Iavor Vajarov ( ivajarov@code.bg )
http://miranda-icq.sourceforge.net/
diff --git a/plugins/FloatingContacts/src/options.cpp b/plugins/FloatingContacts/src/options.cpp
index c27c29b242..75a9208519 100644
--- a/plugins/FloatingContacts/src/options.cpp
+++ b/plugins/FloatingContacts/src/options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#pragma comment(lib, "shlwapi.lib")
#define M_GUESSSAMEASBOXES (WM_USER + 18)
diff --git a/plugins/FloatingContacts/src/resource.h b/plugins/FloatingContacts/src/resource.h
index 87664ca12b..5d73325800 100644
--- a/plugins/FloatingContacts/src/resource.h
+++ b/plugins/FloatingContacts/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Myranda\plugins\FloatingContacts\res\fltcnt.rc
//
diff --git a/plugins/FloatingContacts/src/stdafx.cxx b/plugins/FloatingContacts/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/plugins/FloatingContacts/src/stdafx.cxx
+++ b/plugins/FloatingContacts/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/FloatingContacts/src/stdafx.h b/plugins/FloatingContacts/src/stdafx.h
index 1d6069ec3e..c2db4ebf0d 100644
--- a/plugins/FloatingContacts/src/stdafx.h
+++ b/plugins/FloatingContacts/src/stdafx.h
@@ -1,4 +1,4 @@
-
+
#ifndef __STDHDR_H__
#define __STDHDR_H__
diff --git a/plugins/FloatingContacts/src/thumbs.cpp b/plugins/FloatingContacts/src/thumbs.cpp
index 27f953a689..137315c58e 100644
--- a/plugins/FloatingContacts/src/thumbs.cpp
+++ b/plugins/FloatingContacts/src/thumbs.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#pragma comment(lib, "Msimg32.lib")
ThumbList thumbList;
diff --git a/plugins/FloatingContacts/src/thumbs.h b/plugins/FloatingContacts/src/thumbs.h
index d3e8d396d1..406cfcc4f4 100644
--- a/plugins/FloatingContacts/src/thumbs.h
+++ b/plugins/FloatingContacts/src/thumbs.h
@@ -1,4 +1,4 @@
-/////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
//
#define USERNAME_LEN 50
class CDropTarget;
diff --git a/plugins/FloatingContacts/src/version.h b/plugins/FloatingContacts/src/version.h
index 5af00f2c44..781d5f2c19 100644
--- a/plugins/FloatingContacts/src/version.h
+++ b/plugins/FloatingContacts/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 7
#define __RELEASE_NUM 0
#define __BUILD_NUM 4