summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/msgoptions.cpp')
-rw-r--r--plugins/TabSRMM/src/msgoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp
index 5ee5585133..ab2cb125fa 100644
--- a/plugins/TabSRMM/src/msgoptions.cpp
+++ b/plugins/TabSRMM/src/msgoptions.cpp
@@ -651,7 +651,7 @@ public:
chkLoadTime.OnChange = chkLoadCount.OnChange = chkLoadUnread.OnChange = Callback(this, &COptLogDlg::onChange_Load);
have_ieview = ServiceExists(MS_IEVIEW_WINDOW) != 0;
- have_hpp = ServiceExists("History++/ExtGrid/NewWindow") != 0;
+ have_hpp = ServiceExists(MS_HPP_GETVERSION) != 0;
}
bool OnInitDialog() override