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/BuddyPounce | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/BuddyPounce')
-rw-r--r-- | plugins/BuddyPounce/docs/buddypounce_readme.txt | 2 | ||||
-rw-r--r-- | plugins/BuddyPounce/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/BuddyPounce/res/resource.rc | 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 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/BuddyPounce/docs/buddypounce_readme.txt b/plugins/BuddyPounce/docs/buddypounce_readme.txt index a84612a1ab..aef2565f40 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/res/Version.rc b/plugins/BuddyPounce/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/BuddyPounce/res/Version.rc +++ b/plugins/BuddyPounce/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/BuddyPounce/res/resource.rc b/plugins/BuddyPounce/res/resource.rc index b1c6310750..db215fc4f0 100644 --- a/plugins/BuddyPounce/res/resource.rc +++ b/plugins/BuddyPounce/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/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp index 024d51f8ad..8800092a63 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 250e76658f..61ff5c834f 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 08ddca83fb..03f8dd57c8 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 b05ed73bc5..bfd519e3dc 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 833571d8e8..5ba928bc80 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 2d34dbc48c..bb0565533e 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 |