summaryrefslogtreecommitdiff
path: root/plugins/Cln_skinedit/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-11-28 23:38:51 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-11-28 23:38:51 +0300
commit496a58a6293b934fcb90b3d54a54a2488b857b19 (patch)
tree862f58c8e3d021866df4c68d75fb4a75d9f4bf88 /plugins/Cln_skinedit/src
parentbf22f8b7af68a1670c76edf9b64faf23d1ac9264 (diff)
fix after convert
Diffstat (limited to 'plugins/Cln_skinedit/src')
-rw-r--r--plugins/Cln_skinedit/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Cln_skinedit/src/main.cpp b/plugins/Cln_skinedit/src/main.cpp
index d464b850ad..09b715929b 100644
--- a/plugins/Cln_skinedit/src/main.cpp
+++ b/plugins/Cln_skinedit/src/main.cpp
@@ -545,7 +545,7 @@ static void RefreshControls(HWND hwnd)
InvalidateRect(GetDlgItem(hwnd, _controls_to_refresh[i]), nullptr, FALSE);
}
-// wenn die listbox geдndert wurde
+// wenn die listbox geändert wurde
static void OnListItemsChange(HWND hwndDlg)
{
SendMessage(hwndDlg, WM_SETREDRAW, FALSE, 0);