From f6f131ab125696780a30993c56ff825a1d339ef5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 15 Jul 2018 11:09:25 +0300 Subject: fixes #1495 (WebView: radioboxes behaviour) --- plugins/WebView/src/webview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/WebView/src/webview.cpp') diff --git a/plugins/WebView/src/webview.cpp b/plugins/WebView/src/webview.cpp index 7ec393d3fc..d00e473a66 100644 --- a/plugins/WebView/src/webview.cpp +++ b/plugins/WebView/src/webview.cpp @@ -301,7 +301,7 @@ static int OptInitialise(WPARAM wParam, LPARAM) // if popup service exists if ((ServiceExists(MS_POPUP_ADDPOPUPT))) { odp.pszTemplate = MAKEINTRESOURCEA(IDD_POPUP); - odp.szGroup.w = LPGENW("Popups"); + odp.szGroup.a = LPGEN("Popups"); odp.pfnDlgProc = DlgPopUpOpts; g_plugin.addOptions(wParam, &odp); } -- cgit v1.2.3