From 8b809826d5f4e82eb6874f031cf93193261cbdda Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 19 Jan 2022 00:10:09 +0100 Subject: [PATCH] fix --- cockatrice/src/dlg_settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/dlg_settings.h b/cockatrice/src/dlg_settings.h index 400050321..d4713c199 100644 --- a/cockatrice/src/dlg_settings.h +++ b/cockatrice/src/dlg_settings.h @@ -207,8 +207,8 @@ private: QLineEdit *highlightColor; QLineEdit *customAlertString; QLabel customAlertStringLabel; - QLabel hexMentionStringLabel; - QLabel hexHighlightStringLabel; + QLabel mentionColorStringLabel; + QLabel highlightColorStringLabel; void storeSettings(); void updateMentionPreview();