diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-31 14:23:12 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-31 14:23:12 +0300 |
commit | 706efa68cdcf9470362b98bf1a4b23f9aef74e4d (patch) | |
tree | ed53c836a0760e51ca07f627a2b2100fc2745d96 /plugins/TabSRMM/src/msgoptions.cpp | |
parent | 2a1a54d04cde0d40c2e59e91de9b6bf1fe040df8 (diff) |
code cleaning
Diffstat (limited to 'plugins/TabSRMM/src/msgoptions.cpp')
-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 293b4a0aec..1288c0c4e0 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -774,7 +774,7 @@ public: logOpts.AddOption(pwszSection, LPGENW("RTL is default text direction"), m_flags, MWF_LOG_RTL);
logOpts.AddOption(pwszSection, LPGENW("Use normal templates (uncheck to use simple templates if your template set supports them)"), m_flags, MWF_LOG_NORMALTEMPLATES);
- auto *pwszSection = LPGENW("Message log options");
+ pwszSection = LPGENW("Message log options");
logOpts.AddOption(pwszSection, LPGENW("Log status changes"), g_plugin.bLogStatusChanges);
logOpts.AddOption(pwszSection, LPGENW("Automatically copy selected text"), g_plugin.bAutoCopy);
logOpts.AddOption(pwszSection, LPGENW("Place a separator in the log after a window lost its foreground status"), g_plugin.bUseDividers);
|