diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-16 16:39:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-16 16:40:02 +0300 |
commit | 97f80dd9e5737bb65cdd2b745c864e9c3b7ab433 (patch) | |
tree | a9c4d64b44c94cbc5dc9de1280c0e47a51ae496c /plugins/TabSRMM/src | |
parent | e2401b83c1cecd4460ccd6cb44c5f9284eb5e0ac (diff) |
glory, glory, halleluya: perversive manual call of OnChange() event inside OnInitDialog isn't needed anymore
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index 7b09df4edc..4cb9603898 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -1209,7 +1209,6 @@ public: chkLimit.SetState(M.GetByte("cuttitle", 0));
spnLimit.SetPosition(db_get_w(0, SRMSGMOD_T, "cut_at", 15));
- onChange_Cut(&chkLimit);
cmbEscMode.AddString(TranslateT("Normal - close tab, if last tab is closed also close the window"));
cmbEscMode.AddString(TranslateT("Minimize the window to the task bar"));
|