summaryrefslogtreecommitdiff
path: root/plugins/MenuItemEx
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/MenuItemEx
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/MenuItemEx')
-rw-r--r--plugins/MenuItemEx/docs/changelog.txt2
-rw-r--r--plugins/MenuItemEx/res/resource.rc2
-rw-r--r--plugins/MenuItemEx/res/version.rc2
-rw-r--r--plugins/MenuItemEx/src/images.cpp2
-rw-r--r--plugins/MenuItemEx/src/images.h2
-rw-r--r--plugins/MenuItemEx/src/main.cpp2
-rw-r--r--plugins/MenuItemEx/src/options.cpp2
-rw-r--r--plugins/MenuItemEx/src/resource.h2
-rw-r--r--plugins/MenuItemEx/src/stdafx.cxx2
-rw-r--r--plugins/MenuItemEx/src/stdafx.h2
-rw-r--r--plugins/MenuItemEx/src/version.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/plugins/MenuItemEx/docs/changelog.txt b/plugins/MenuItemEx/docs/changelog.txt
index 153db11adf..e31fc442a1 100644
--- a/plugins/MenuItemEx/docs/changelog.txt
+++ b/plugins/MenuItemEx/docs/changelog.txt
@@ -1,4 +1,4 @@
-Version 1.3.0.9
+Version 1.3.0.9
[+] Ability to hide contact from contact list when 'Ignore All'
diff --git a/plugins/MenuItemEx/res/resource.rc b/plugins/MenuItemEx/res/resource.rc
index 4505a01511..8d41f77ff3 100644
--- a/plugins/MenuItemEx/res/resource.rc
+++ b/plugins/MenuItemEx/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/MenuItemEx/res/version.rc b/plugins/MenuItemEx/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/plugins/MenuItemEx/res/version.rc
+++ b/plugins/MenuItemEx/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/MenuItemEx/src/images.cpp b/plugins/MenuItemEx/src/images.cpp
index f59b4c2c4e..037e0b914a 100644
--- a/plugins/MenuItemEx/src/images.cpp
+++ b/plugins/MenuItemEx/src/images.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
extern HINSTANCE hinstance;
diff --git a/plugins/MenuItemEx/src/images.h b/plugins/MenuItemEx/src/images.h
index c935ec8659..f3da07d4de 100644
--- a/plugins/MenuItemEx/src/images.h
+++ b/plugins/MenuItemEx/src/images.h
@@ -1,4 +1,4 @@
-#ifndef __IMAGE_UTILS_H__
+#ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__
HICON BindOverlayIcon(HICON, LPCSTR);
diff --git a/plugins/MenuItemEx/src/main.cpp b/plugins/MenuItemEx/src/main.cpp
index 4a2ba849e7..05ac3a2bb9 100644
--- a/plugins/MenuItemEx/src/main.cpp
+++ b/plugins/MenuItemEx/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#define MS_SETINVIS "MenuEx/SetInvis"
#define MS_SETVIS "MenuEx/SetVis"
diff --git a/plugins/MenuItemEx/src/options.cpp b/plugins/MenuItemEx/src/options.cpp
index 997bc2d417..819cc6963d 100644
--- a/plugins/MenuItemEx/src/options.cpp
+++ b/plugins/MenuItemEx/src/options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
extern HINSTANCE hinstance;
extern BOOL bPopupService;
diff --git a/plugins/MenuItemEx/src/resource.h b/plugins/MenuItemEx/src/resource.h
index d14e68272a..39aa672d1d 100644
--- a/plugins/MenuItemEx/src/resource.h
+++ b/plugins/MenuItemEx/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/MenuItemEx/src/stdafx.cxx b/plugins/MenuItemEx/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/plugins/MenuItemEx/src/stdafx.cxx
+++ b/plugins/MenuItemEx/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/MenuItemEx/src/stdafx.h b/plugins/MenuItemEx/src/stdafx.h
index daeb667f8a..e5ce6f796d 100644
--- a/plugins/MenuItemEx/src/stdafx.h
+++ b/plugins/MenuItemEx/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef MENUEX_H__
+#ifndef MENUEX_H__
#define MENUEX_H__
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/plugins/MenuItemEx/src/version.h b/plugins/MenuItemEx/src/version.h
index b413e2676b..dc142e301b 100644
--- a/plugins/MenuItemEx/src/version.h
+++ b/plugins/MenuItemEx/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 3
#define __RELEASE_NUM 0
#define __BUILD_NUM 10