From 75ffcfb7bd2b27496da63e72c12eaa7ef9dc7903 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 31 Jan 2019 14:26:27 +0300 Subject: fixes #1812 (Broken colors in H++ after last update) --- plugins/HistoryPlusPlus/hpp_options.pas | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/hpp_options.pas b/plugins/HistoryPlusPlus/hpp_options.pas index a288afad57..863a41dea0 100644 --- a/plugins/HistoryPlusPlus/hpp_options.pas +++ b/plugins/HistoryPlusPlus/hpp_options.pas @@ -134,7 +134,7 @@ const (name:'historypp_33'; desc:'Limit Search Range'; group: 'Toolbar'; i:HPP_ICON_SEARCHRANGE) ); - hppFontItems: array[0..27] of ThppFontsRec = ( + hppFontItems: array[0..29] of ThppFontsRec = ( (_type: [hppFont,hppColor]; name: 'Incoming nick'; nameColor: 'Divider'; Mes: []; style:DBFONTF_BOLD; size: -11; color: $6B3FC8; back: clGray), @@ -216,6 +216,12 @@ const (_type: [hppFont,hppColor]; name: 'Voice calls'; Mes: [mtVoiceCall,mtIncoming,mtOutgoing]; style:0; size: -11; color: $000000; back: $E9DFAB), + (_type: [hppFont,hppColor]; name: 'Unused'; + Mes: [mtIncoming,mtOutgoing]; style:0; size: -11; color: $000000; back: $FFFFFF), + + (_type: [hppFont,hppColor]; name: 'Unused'; + Mes: [mtIncoming,mtOutgoing]; style:0; size: -11; color: $000000; back: $FFFFFF), + (_type: [hppColor]; nameColor: 'Link'; Mes: []; back: clBlue) ); @@ -382,7 +388,7 @@ begin GridOptions.ColorSelected := LoadColorDB(2); GridOptions.ColorSessHeader := LoadColorDB(17); GridOptions.ColorBackground := LoadColorDB(22); - GridOptions.ColorLink := LoadColorDB(27); + GridOptions.ColorLink := LoadColorDB(29); // load mestype-related index := 0; -- cgit v1.2.3