diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-12 20:30:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-12 20:30:39 +0300 |
commit | 64b512f8547d30a774da7c63ee536551b70fce67 (patch) | |
tree | 3209b7fe8a6c741ea5bef754bd51f4c03f52c5df /plugins | |
parent | fddf088c0c3c922d61edd84d6316ca8b2b872f2b (diff) |
tabSRMM: fix for the Reset button
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index 44c18bf777..458a226eb3 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -533,7 +533,7 @@ public: void onClick_Reset(CCtrlButton*)
{
db_set_dw(0, SRMSGMOD_T, "cWarningsL", 0);
- db_set_dw(0, SRMSGMOD_T, "cWarningsH", 0);
+ db_set_dw(0, SRMSGMOD_T, "cWarningsV", 0);
}
};
|