From 4c3b947ddacabef2754f8ee9551c6be0786b73ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 14 Jun 2017 23:35:51 +0200 Subject: SeenPlugin: Make delimiter change backwards compatible (fixes #607) --- plugins/SeenPlugin/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SeenPlugin/src/options.cpp') diff --git a/plugins/SeenPlugin/src/options.cpp b/plugins/SeenPlugin/src/options.cpp index 0a3b89fa8a..bdbd8aa407 100644 --- a/plugins/SeenPlugin/src/options.cpp +++ b/plugins/SeenPlugin/src/options.cpp @@ -382,7 +382,7 @@ INT_PTR CALLBACK OptsSettingsDlgProc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM } hItem = TreeView_GetNextSibling(hwndTreeView, hItem); } - db_set_s(NULL, S_MOD, "WatchedProtocols", watchedProtocols); + db_set_s(NULL, S_MOD, "WatchedAccounts", watchedProtocols); UnloadWatchedProtos(); LoadWatchedProtos(); -- cgit v1.2.3