diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-04-28 17:28:14 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-04-28 17:28:14 +0000 |
commit | 24a5631e0f18fed695867258bb7aa67fdbdb5ca7 (patch) | |
tree | 46f85e0846d03fbf64cfadc1e6fae8d1b391dbeb /plugins/SmileyAdd | |
parent | 7e5605856d1bfabc931537e186620a9a29d0446a (diff) |
SmileyAdd: typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@13230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd')
-rw-r--r-- | plugins/SmileyAdd/src/smileys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/smileys.h b/plugins/SmileyAdd/src/smileys.h index ce1bf0a867..f3836a3e67 100644 --- a/plugins/SmileyAdd/src/smileys.h +++ b/plugins/SmileyAdd/src/smileys.h @@ -258,7 +258,7 @@ public: bool IsCustom(void) { return type == smcCustom; }
bool IsProto(void) { return type == smcProto || type == smcPhysProto || type == smcTransportProto || type == smcVirtualProto; }
bool IsAcc(void) { return type == smcProto; }
- bool IsVirtual(void) { return type == smcProto; }
+ bool IsVirtual(void) { return type == smcVirtualProto; }
bool IsPhysProto(void) { return type == smcPhysProto; }
bool IsTransportProto(void) { return type == smcTransportProto; }
bool IsExt(void) { return type == smcExt; }
|