diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-14 15:43:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-14 15:43:25 +0300 |
commit | 28b81bbed5d8db354349fd787c3db4123e55d423 (patch) | |
tree | 9861c246bdb7696c25adbbcd9f210dda430f846e /plugins/UserInfoEx/src/psp_options.cpp | |
parent | 4b933c7b73a4151872dea3119685cdebe40532c7 (diff) |
code cleaning
Diffstat (limited to 'plugins/UserInfoEx/src/psp_options.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/psp_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/psp_options.cpp b/plugins/UserInfoEx/src/psp_options.cpp index 405e1a6191..cd8ed8fb48 100644 --- a/plugins/UserInfoEx/src/psp_options.cpp +++ b/plugins/UserInfoEx/src/psp_options.cpp @@ -464,7 +464,7 @@ static INT_PTR CALLBACK DlgProc_AdvancedOpts(HWND hDlg, UINT uMsg, WPARAM wParam if (!Settings.EnumSettings(NULL, "SkinIcons"))
for (auto &s : Settings)
if (mir_strncmpi(s, "UserInfoEx", 10) == 0)
- db_unset(NULL, "SkinIcons", s);
+ db_unset(0, "SkinIcons", s);
// delete global settings
DB::Module::Delete(NULL, USERINFO"Ex");
|