From 5bed820b5e10082b9437aaecab79ad6b0740ff48 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 14 Aug 2017 13:51:49 +0300 Subject: NewXstatusNotify: fixed typo in loading templates (#879) --- plugins/NewXstatusNotify/src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp index 23e8dc1f8c..ffa1904a0a 100644 --- a/plugins/NewXstatusNotify/src/options.cpp +++ b/plugins/NewXstatusNotify/src/options.cpp @@ -112,8 +112,8 @@ void LoadOptions() void SaveTemplates() { - db_set_ws(0, MODULE, "TPopupChanged", templates.PopupXstatusChanged); - db_set_ws(0, MODULE, "TPopupRemoved", templates.PopupXstatusRemoved); + db_set_ws(0, MODULE, "TPopupXChanged", templates.PopupXstatusChanged); + db_set_ws(0, MODULE, "TPopupXRemoved", templates.PopupXstatusRemoved); db_set_ws(0, MODULE, "TPopupXMsgChanged", templates.PopupXMsgChanged); db_set_ws(0, MODULE, "TPopupXMsgRemoved", templates.PopupXMsgRemoved); -- cgit v1.2.3