summaryrefslogtreecommitdiff
path: root/protocols/WebView/src/webview_getdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WebView/src/webview_getdata.cpp')
-rw-r--r--protocols/WebView/src/webview_getdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WebView/src/webview_getdata.cpp b/protocols/WebView/src/webview_getdata.cpp
index ab21c3f3ce..ae29e134ef 100644
--- a/protocols/WebView/src/webview_getdata.cpp
+++ b/protocols/WebView/src/webview_getdata.cpp
@@ -481,8 +481,8 @@ LBL_Stop: wchar_t *statusText = TranslateT("Processing data stopped by user.")
SendDlgItemMessage(hwndDlg, IDC_DATA, EM_EXSETSEL, 0, (LPARAM)&sel2);
SetFocus(GetDlgItem(hwndDlg, IDC_DATA));
- DWORD HiBackgoundClr = g_plugin.getDword(BG_COLOR_KEY, Def_color_bg);
- DWORD HiTextClr = g_plugin.getDword(TXT_COLOR_KEY, Def_color_txt);
+ uint32_t HiBackgoundClr = g_plugin.getDword(BG_COLOR_KEY, Def_color_bg);
+ uint32_t HiTextClr = g_plugin.getDword(TXT_COLOR_KEY, Def_color_txt);
CHARFORMAT2 Format;
memset(&Format, 0, sizeof(Format));