diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins/NewEventNotify/src | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/NewEventNotify/src')
-rw-r--r-- | plugins/NewEventNotify/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/menuitem.cpp | 2 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/popup.cpp | 2 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/NewEventNotify/src/main.cpp b/plugins/NewEventNotify/src/main.cpp index 098df8d8e1..bb33f4a236 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 2365a8e7f3..63be89ce14 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 23502bf9ab..7e1c92c14a 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 193f43fc00..83e0469cac 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 56ed781b7f..f0bd14a536 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 bfd519e3dc..b05ed73bc5 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 915119ca82..dba661ad99 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 c2fa9f0c58..98c2ebd589 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 |