summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify
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/NewEventNotify
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/NewEventNotify')
-rw-r--r--plugins/NewEventNotify/docs/changelog.txt2
-rw-r--r--plugins/NewEventNotify/res/Version.rc2
-rw-r--r--plugins/NewEventNotify/res/resource.rc2
-rw-r--r--plugins/NewEventNotify/src/main.cpp2
-rw-r--r--plugins/NewEventNotify/src/menuitem.cpp2
-rw-r--r--plugins/NewEventNotify/src/options.cpp2
-rw-r--r--plugins/NewEventNotify/src/popup.cpp2
-rw-r--r--plugins/NewEventNotify/src/resource.h2
-rw-r--r--plugins/NewEventNotify/src/stdafx.cxx2
-rw-r--r--plugins/NewEventNotify/src/stdafx.h2
-rw-r--r--plugins/NewEventNotify/src/version.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/plugins/NewEventNotify/docs/changelog.txt b/plugins/NewEventNotify/docs/changelog.txt
index 5c755ee40c..471c5771dd 100644
--- a/plugins/NewEventNotify/docs/changelog.txt
+++ b/plugins/NewEventNotify/docs/changelog.txt
@@ -1,4 +1,4 @@
-0.2.2.4
+0.2.2.4
- support for unicode file events
0.2.2.3
diff --git a/plugins/NewEventNotify/res/Version.rc b/plugins/NewEventNotify/res/Version.rc
index fdeb14668c..6427dc9522 100644
--- a/plugins/NewEventNotify/res/Version.rc
+++ b/plugins/NewEventNotify/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/NewEventNotify/res/resource.rc b/plugins/NewEventNotify/res/resource.rc
index 80f95577cd..5b85063fa0 100644
--- a/plugins/NewEventNotify/res/resource.rc
+++ b/plugins/NewEventNotify/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/NewEventNotify/src/main.cpp b/plugins/NewEventNotify/src/main.cpp
index bb33f4a236..098df8d8e1 100644
--- a/plugins/NewEventNotify/src/main.cpp
+++ b/plugins/NewEventNotify/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: main.c - Main DLL procedures
Version: 0.2.2.2
diff --git a/plugins/NewEventNotify/src/menuitem.cpp b/plugins/NewEventNotify/src/menuitem.cpp
index 63be89ce14..2365a8e7f3 100644
--- a/plugins/NewEventNotify/src/menuitem.cpp
+++ b/plugins/NewEventNotify/src/menuitem.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: mi.c - Manages item(s) in the Miranda Menu
Version: 0.0.4
diff --git a/plugins/NewEventNotify/src/options.cpp b/plugins/NewEventNotify/src/options.cpp
index 7e1c92c14a..23502bf9ab 100644
--- a/plugins/NewEventNotify/src/options.cpp
+++ b/plugins/NewEventNotify/src/options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: options.c - Manages Option Dialogs and Settings
Version: 0.0.4
diff --git a/plugins/NewEventNotify/src/popup.cpp b/plugins/NewEventNotify/src/popup.cpp
index 83e0469cac..193f43fc00 100644
--- a/plugins/NewEventNotify/src/popup.cpp
+++ b/plugins/NewEventNotify/src/popup.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: popup.c - Displays a popup using the popup-plugin by hrk
Version: 2.2.3
diff --git a/plugins/NewEventNotify/src/resource.h b/plugins/NewEventNotify/src/resource.h
index f0bd14a536..56ed781b7f 100644
--- a/plugins/NewEventNotify/src/resource.h
+++ b/plugins/NewEventNotify/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/NewEventNotify/src/stdafx.cxx b/plugins/NewEventNotify/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/plugins/NewEventNotify/src/stdafx.cxx
+++ b/plugins/NewEventNotify/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/NewEventNotify/src/stdafx.h b/plugins/NewEventNotify/src/stdafx.h
index dba661ad99..915119ca82 100644
--- a/plugins/NewEventNotify/src/stdafx.h
+++ b/plugins/NewEventNotify/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Name: NewEventNotify - Plugin for Miranda IM
File: neweventnotify.h - Main Header File
Version: 0.2.2.2
diff --git a/plugins/NewEventNotify/src/version.h b/plugins/NewEventNotify/src/version.h
index 98c2ebd589..c2fa9f0c58 100644
--- a/plugins/NewEventNotify/src/version.h
+++ b/plugins/NewEventNotify/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 2
#define __BUILD_NUM 3