diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-22 11:59:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-22 11:59:03 +0300 |
commit | 0ede0a9bee3af5ed58815990b73b982f6bc71682 (patch) | |
tree | e7eb27f6ccc2c593ae88d0ad51b4fa5e8f63761c /plugins/Utils.pas | |
parent | b078dfb78c89aea87cd422eae52694738e473cf3 (diff) |
fix for a typo
Diffstat (limited to 'plugins/Utils.pas')
-rw-r--r-- | plugins/Utils.pas/protocols.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/protocols.pas b/plugins/Utils.pas/protocols.pas index f805e38824..9fb614e7b8 100644 --- a/plugins/Utils.pas/protocols.pas +++ b/plugins/Utils.pas/protocols.pas @@ -69,7 +69,7 @@ const ID_STATUS_FREECHAT);
const
StatNames:array [0..MAX_STATUS_COUNT-1] of PWideChar=(
- 'Default'{'Offline'},'Online','Invisible','Away','Not available','Occupied','Do not disturb,'Free for chat'
+ 'Default'{'Offline'},'Online','Invisible','Away','Not available','Occupied','Do not disturb','Free for chat'
);
type
|