From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- plugins/XSoundNotify/res/XSoundNotify.rc | 4 ++-- plugins/XSoundNotify/src/resource.h | 4 ++-- plugins/XSoundNotify/src/version.h | 2 +- plugins/XSoundNotify/src/xsn_main.cpp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/XSoundNotify') diff --git a/plugins/XSoundNotify/res/XSoundNotify.rc b/plugins/XSoundNotify/res/XSoundNotify.rc index 630acf9ac2..3e1eb766a5 100644 --- a/plugins/XSoundNotify/res/XSoundNotify.rc +++ b/plugins/XSoundNotify/res/XSoundNotify.rc @@ -13,7 +13,7 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// () resources +// Русский (Россия) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT @@ -95,7 +95,7 @@ BEGIN END #endif // APSTUDIO_INVOKED -#endif // () resources +#endif // Русский (Россия) resources ///////////////////////////////////////////////////////////////////////////// diff --git a/plugins/XSoundNotify/src/resource.h b/plugins/XSoundNotify/src/resource.h index 252ae84ac6..1ef78edb80 100644 --- a/plugins/XSoundNotify/src/resource.h +++ b/plugins/XSoundNotify/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}} -// , Microsoft Visual C++. -// d:\MNG_orig\plugins\XSoundNotify\res\XSoundNotify.rc +// ¬ключаемый файл, созданный в Microsoft Visual C++. +// »спользуетс¤ d:\MNG_orig\plugins\XSoundNotify\res\XSoundNotify.rc // #define IDD_OPTIONS 101 #define IDD_CONTACTS 102 diff --git a/plugins/XSoundNotify/src/version.h b/plugins/XSoundNotify/src/version.h index c199cb186d..420ab55dcc 100644 --- a/plugins/XSoundNotify/src/version.h +++ b/plugins/XSoundNotify/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Roman Torsten" #define __AUTHOREMAIL "rs_torsten-public@yahoo.com" #define __AUTHORWEB "https://miranda-ng.org/p/XSoundNotify/" -#define __COPYRIGHT " 2011 Roman Torsten" +#define __COPYRIGHT "© 2011 Roman Torsten" diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index 79e0d814ab..dc2feaa354 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -105,7 +105,7 @@ static bool isReceiveMessage(MEVENT hDbEvent) { DBEVENTINFO info = {}; db_event_get(hDbEvent, &info); - // i don't understand why it works and how it works, but it works correctly - practice way ( ) + // i don't understand why it works and how it works, but it works correctly - practice way (методом тыка) // so, i think correct condition would be : eventType == EVENTTYPE_MESSAGE && info.flags & DBEF_READ, but it really isn't return !(((info.eventType != EVENTTYPE_MESSAGE) && !(info.flags & DBEF_READ)) || (info.flags & DBEF_SENT)); } -- cgit v1.2.3