diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/WebView/res/webview.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc index d868601bee..34522274e1 100644 --- a/plugins/WebView/res/webview.rc +++ b/plugins/WebView/res/webview.rc @@ -93,7 +93,7 @@ BEGIN ///////////
GROUPBOX "Error messages",IDC_STATIC,1,137,278,25
CONTROL "Suppress error messages",IDC_SUPPRESS,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,16,149,110,8
+ BS_AUTOCHECKBOX | WS_TABSTOP,16,149,113,8
CONTROL "Display using popup or OSD plugin",IDC_ERROR_POPUP,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,140,149,130,8
//////////
|