summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/ardialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/ardialog.cpp')
-rw-r--r--plugins/SpellChecker/ardialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/ardialog.cpp b/plugins/SpellChecker/ardialog.cpp
index dc8a24cd43..6a08585ea1 100644
--- a/plugins/SpellChecker/ardialog.cpp
+++ b/plugins/SpellChecker/ardialog.cpp
@@ -193,7 +193,7 @@ static INT_PTR CALLBACK AddReplacementDlgProc(HWND hwndDlg, UINT msg, WPARAM wPa
HICON hIcon = IcoLib_LoadIcon("spellchecker_enabled");
SendMessage(hwndDlg, WM_SETICON, ICON_BIG, (LPARAM) hIcon);
- IcoLib_ReleaseIcon(hIcon);
+ Skin_ReleaseIcon(hIcon);
SendDlgItemMessage(hwndDlg, IDC_OLD, EM_LIMITTEXT, 256, 0);
SendDlgItemMessage(hwndDlg, IDC_NEW, EM_LIMITTEXT, 256, 0);