diff options
Diffstat (limited to 'plugins/SpellChecker/options.cpp')
-rw-r--r-- | plugins/SpellChecker/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/options.cpp b/plugins/SpellChecker/options.cpp index 4c8b299266..28886b1126 100644 --- a/plugins/SpellChecker/options.cpp +++ b/plugins/SpellChecker/options.cpp @@ -175,7 +175,7 @@ static void DrawItem(HWND hwndDlg, LPDRAWITEMSTRUCT lpdis, Dictionary *dict) rc.left += ICON_SIZE + 4;
- IcoLib_ReleaseIcon(hFlag);
+ Skin_ReleaseIcon(hFlag);
}
// Draw text
|