diff options
author | dartraiden <wowemuh@gmail.com> | 2019-01-31 15:38:21 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-01-31 15:38:21 +0300 |
commit | 332488b9d65e049c057bfd0b147f402ab0d8bf92 (patch) | |
tree | 873e2eda92efef844ba53f8a202b730fb3bbc5a7 | |
parent | 659f417aadc7cc5e909c23de3fac70cc68369f40 (diff) |
HistoryPP: no more SMS
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_options.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_options.pas b/plugins/HistoryPlusPlus/hpp_options.pas index 863a41dea0..175ed3972f 100644 --- a/plugins/HistoryPlusPlus/hpp_options.pas +++ b/plugins/HistoryPlusPlus/hpp_options.pas @@ -162,10 +162,10 @@ const (_type: [hppFont,hppColor]; name: 'Outgoing url';
Mes: [mtOutgoing]; style:0; size: -11; color: $000000; back: $F4D9CC),
- (_type: [hppFont,hppColor]; name: 'Incoming SMS Message';
+ (_type: [hppFont,hppColor]; name: 'Unused';
Mes: [mtSMS,mtIncoming]; style:0; size: -11; color: $000000; back: $CFF4FE),
- (_type: [hppFont,hppColor]; name: 'Outgoing SMS Message';
+ (_type: [hppFont,hppColor]; name: 'Unused';
Mes: [mtSMS,mtOutgoing]; style:0; size: -11; color: $000000; back: $CFF4FE),
(_type: [hppFont,hppColor]; name: 'Incoming contacts';
|