diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-04 15:59:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-04 16:58:05 +0300 |
commit | ceef3ded6c011efb559b8c155084fb717d9bdc2a (patch) | |
tree | 993d7f1a8a85f2d91347bed344448ada2f4bce67 /plugins/MirandaG15 | |
parent | daa18dd018e3658b6dd7f9a6549842d11b26a4bf (diff) |
old statuses removed from comments too
Diffstat (limited to 'plugins/MirandaG15')
-rw-r--r-- | plugins/MirandaG15/src/CContactList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp index 5e2a1b15db..ee7bd5a20d 100644 --- a/plugins/MirandaG15/src/CContactList.cpp +++ b/plugins/MirandaG15/src/CContactList.cpp @@ -11,7 +11,7 @@ const int aiStatusPriority[] = 1, // ID_STATUS_DND 40074
7, // ID_STATUS_NA 40075
6, // ID_STATUS_OCCUPIED 40076
- 9, // ID_STATUS_INVISIBLE 40077
+ 9 // ID_STATUS_INVISIBLE 40077
};
//************************************************************************
|