diff options
Diffstat (limited to 'plugins/Non-IM Contact')
-rw-r--r-- | plugins/Non-IM Contact/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/docs/todo.txt | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/contactinfo.cpp | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/dialog.cpp | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/files.cpp | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/http.cpp | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/namereplacing.cpp | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/services.cpp | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/timer.cpp | 2 | ||||
-rw-r--r-- | plugins/Non-IM Contact/src/version.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/plugins/Non-IM Contact/docs/readme.txt b/plugins/Non-IM Contact/docs/readme.txt index 40d1836dad..4ff9131aa4 100644 --- a/plugins/Non-IM Contact/docs/readme.txt +++ b/plugins/Non-IM Contact/docs/readme.txt @@ -1,4 +1,4 @@ -Non-IM Contact
+Non-IM Contact
--------------
Non-IM Contact allows you to add "contacts" that can act as shortcuts to other programs, or links to web pages.
diff --git a/plugins/Non-IM Contact/docs/todo.txt b/plugins/Non-IM Contact/docs/todo.txt index 4188537c10..4fb4ffe442 100644 --- a/plugins/Non-IM Contact/docs/todo.txt +++ b/plugins/Non-IM Contact/docs/todo.txt @@ -1,4 +1,4 @@ -file() vars
+file() vars
plain number
??????
diff --git a/plugins/Non-IM Contact/src/contactinfo.cpp b/plugins/Non-IM Contact/src/contactinfo.cpp index 522154dd62..a9b27e33eb 100644 --- a/plugins/Non-IM Contact/src/contactinfo.cpp +++ b/plugins/Non-IM Contact/src/contactinfo.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR CALLBACK DlgProcContactInfo(HWND hwnd, UINT msg, WPARAM, LPARAM lParam)
{
diff --git a/plugins/Non-IM Contact/src/dialog.cpp b/plugins/Non-IM Contact/src/dialog.cpp index c15036f868..3a70ccde26 100644 --- a/plugins/Non-IM Contact/src/dialog.cpp +++ b/plugins/Non-IM Contact/src/dialog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#define NIM_HELP_TEXT TranslateT("String replacing variables...\r\nThe following are all the valid variables that can be used. Refer to the readme for a proper explanation.\r\n\r\n\
file(X)\t\t<- specifies the file to read from. MUST be followed by either start() or end() or wholeline()\r\n\
diff --git a/plugins/Non-IM Contact/src/files.cpp b/plugins/Non-IM Contact/src/files.cpp index ab87dee900..232532dc4a 100644 --- a/plugins/Non-IM Contact/src/files.cpp +++ b/plugins/Non-IM Contact/src/files.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR exportContacts(WPARAM, LPARAM)
{
diff --git a/plugins/Non-IM Contact/src/http.cpp b/plugins/Non-IM Contact/src/http.cpp index 044b83d38a..54e16954e4 100644 --- a/plugins/Non-IM Contact/src/http.cpp +++ b/plugins/Non-IM Contact/src/http.cpp @@ -1,4 +1,4 @@ -/*
+/*
Weather Protocol plugin for Miranda IM
Copyright (C) 2002-2004 Calvin Che
diff --git a/plugins/Non-IM Contact/src/main.cpp b/plugins/Non-IM Contact/src/main.cpp index 9647753e97..5f7f769469 100644 --- a/plugins/Non-IM Contact/src/main.cpp +++ b/plugins/Non-IM Contact/src/main.cpp @@ -1,4 +1,4 @@ -//=====================================================
+//=====================================================
// Includes
//=====================================================
diff --git a/plugins/Non-IM Contact/src/namereplacing.cpp b/plugins/Non-IM Contact/src/namereplacing.cpp index 1c7c6df87f..cb1103260b 100644 --- a/plugins/Non-IM Contact/src/namereplacing.cpp +++ b/plugins/Non-IM Contact/src/namereplacing.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int readFileIntoArray(int fileNumber, char *FileContents[])
{
diff --git a/plugins/Non-IM Contact/src/resource.h b/plugins/Non-IM Contact/src/resource.h index 26287266da..c423077863 100644 --- a/plugins/Non-IM Contact/src/resource.h +++ b/plugins/Non-IM Contact/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resource.rc
//
diff --git a/plugins/Non-IM Contact/src/services.cpp b/plugins/Non-IM Contact/src/services.cpp index aa7dbd9336..46282ef90a 100644 --- a/plugins/Non-IM Contact/src/services.cpp +++ b/plugins/Non-IM Contact/src/services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
//=======================================================
// GetCaps
diff --git a/plugins/Non-IM Contact/src/stdafx.cxx b/plugins/Non-IM Contact/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/Non-IM Contact/src/stdafx.cxx +++ b/plugins/Non-IM Contact/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/Non-IM Contact/src/stdafx.h b/plugins/Non-IM Contact/src/stdafx.h index ef2dc200e7..ce265a31bd 100644 --- a/plugins/Non-IM Contact/src/stdafx.h +++ b/plugins/Non-IM Contact/src/stdafx.h @@ -1,4 +1,4 @@ -//=====================================================
+//=====================================================
// Includes (yea why not include lots of stuff :p )
//=====================================================
#ifndef COMMONHEADERS
diff --git a/plugins/Non-IM Contact/src/timer.cpp b/plugins/Non-IM Contact/src/timer.cpp index 97e0cf1f09..dc20309a9b 100644 --- a/plugins/Non-IM Contact/src/timer.cpp +++ b/plugins/Non-IM Contact/src/timer.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static UINT_PTR timerId = 0;
diff --git a/plugins/Non-IM Contact/src/version.h b/plugins/Non-IM Contact/src/version.h index 44b9bae338..a2e19e413a 100644 --- a/plugins/Non-IM Contact/src/version.h +++ b/plugins/Non-IM Contact/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 6 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 |