diff options
| author | George Hazan <ghazan@miranda.im> | 2021-04-04 20:28:52 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-04-04 20:28:52 +0300 |
| commit | 0099dc67c8f511725f8e06762d1ced1d8aee0093 (patch) | |
| tree | 018eadc4a2ef0c6cf49f3a809e03b3019c823e16 /plugins/StatusManager/src | |
| parent | 4656e75294f503f4689ad057dbf03ba559364703 (diff) | |
fixes #2834 (StartupStatus: текст настройки зачем-то переписывается в коде)
Diffstat (limited to 'plugins/StatusManager/src')
| -rw-r--r-- | plugins/StatusManager/src/ss_options.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/StatusManager/src/ss_options.cpp b/plugins/StatusManager/src/ss_options.cpp index 999dc65032..e49263197a 100644 --- a/plugins/StatusManager/src/ss_options.cpp +++ b/plugins/StatusManager/src/ss_options.cpp @@ -657,8 +657,6 @@ public: bool OnInitDialog() override { - chkCreateMMI.SetText(TranslateT("Create a status menu item")); - int defProfile; int profileCount = GetProfileCount((WPARAM)&defProfile, 0); if (profileCount == 0) { |
