diff options
Diffstat (limited to 'plugins/XSoundNotify/src/xsn_main.cpp')
| -rw-r--r-- | plugins/XSoundNotify/src/xsn_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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));
}
|
