diff options
Diffstat (limited to 'protocols/WebView')
-rw-r--r-- | protocols/WebView/res/webview.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/WebView/res/webview.rc b/protocols/WebView/res/webview.rc index 0d92123c31..08eaefbf30 100644 --- a/protocols/WebView/res/webview.rc +++ b/protocols/WebView/res/webview.rc @@ -282,15 +282,15 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN //// - GROUPBOX "Popup delay",IDC_STATIC,8,5,150,54,WS_GROUP - //CONTROL "Delay",IDC_PD3,"Button",BS_AUTORADIOBUTTON,18,15,47,8 + GROUPBOX "Popup timeout",IDC_STATIC,8,5,150,54,WS_GROUP + //CONTROL "Timeout",IDC_PD3,"Button",BS_AUTORADIOBUTTON,18,15,47,8 LTEXT "Delay",IDC_STATIC,18,15,47,8 EDITTEXT IDC_DELAY,65,15,31,9,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER | NOT WS_BORDER,WS_EX_STATICEDGE LTEXT "seconds",IDC_STATIC,106,15,34,10 - //CONTROL "From popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON, + //CONTROL "Default",IDC_PD1,"Button",BS_AUTORADIOBUTTON, // 18,30,110,12 - CONTROL "From popup plugin",IDC_PD1,"MButtonClass",WS_TABSTOP, + CONTROL "Default",IDC_PD1,"MButtonClass",WS_TABSTOP, 18,30,110,12 //CONTROL "Permanent",IDC_PD2,"Button",BS_AUTORADIOBUTTON,18,45, // 110,12 |