diff options
Diffstat (limited to 'protocols/Weather/res')
-rw-r--r-- | protocols/Weather/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index 9841527018..68493791d9 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -149,11 +149,11 @@ BEGIN CONTROL "",IDC_LeftClick,"MButtonClass",WS_TABSTOP,59,76,95,9,WS_EX_NOACTIVATE | 0x10000000L LTEXT "Right Click",IDC_STATIC,13,93,42,8 CONTROL "",IDC_RightClick,"MButtonClass",WS_TABSTOP,59,92,95,9,WS_EX_NOACTIVATE | 0x10000000L - GROUPBOX "Popup Delay",IDC_STATIC,167,63,141,46 - CONTROL "Delay",IDC_PD3,"Button",BS_AUTORADIOBUTTON,177,74,53,8 + GROUPBOX "Popup timeout",IDC_STATIC,167,63,141,46 + CONTROL "Timeout",IDC_PD3,"Button",BS_AUTORADIOBUTTON,177,74,53,8 EDITTEXT IDC_DELAY,233,73,36,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER | NOT WS_BORDER,WS_EX_STATICEDGE LTEXT "seconds",IDC_STATIC,272,73,34,10 - CONTROL "From popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON,177,85,110,8 + CONTROL "Default",IDC_PD1,"Button",BS_AUTORADIOBUTTON,177,85,110,8 CONTROL "Permanent",IDC_PD2,"Button",BS_AUTORADIOBUTTON,177,96,110,8 GROUPBOX "Popup Text",IDC_STATIC,3,112,305,121 LTEXT "Popup Title",IDC_STATIC,15,124,56,9 |