summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/TabSRMM/src/msgoptions.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp
index b71a71dbc7..db48cbabdf 100644
--- a/plugins/TabSRMM/src/msgoptions.cpp
+++ b/plugins/TabSRMM/src/msgoptions.cpp
@@ -523,10 +523,10 @@ public:
Utils::enableDlgControl(m_hwndParent, IDC_RTLMODIFY, false);
clr1.SetColor(M.GetDword("cc1", SRMSGDEFSET_BKGCOLOUR));
- clr1.SetColor(M.GetDword("cc2", SRMSGDEFSET_BKGCOLOUR));
- clr1.SetColor(M.GetDword("cc3", SRMSGDEFSET_BKGCOLOUR));
- clr1.SetColor(M.GetDword("cc4", SRMSGDEFSET_BKGCOLOUR));
- clr1.SetColor(M.GetDword("cc5", SRMSGDEFSET_BKGCOLOUR));
+ clr2.SetColor(M.GetDword("cc2", SRMSGDEFSET_BKGCOLOUR));
+ clr3.SetColor(M.GetDword("cc3", SRMSGDEFSET_BKGCOLOUR));
+ clr4.SetColor(M.GetDword("cc4", SRMSGDEFSET_BKGCOLOUR));
+ clr5.SetColor(M.GetDword("cc5", SRMSGDEFSET_BKGCOLOUR));
edtText.SendMsg(EM_SETREADONLY, true, 0);
return true;
}