diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-27 11:37:20 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-27 11:37:25 +0300 |
| commit | 67f83ebdce296c4bb9e7b8490d8bf862b5e6dc02 (patch) | |
| tree | da547828aacd3ba4d5c8d174605294a3d80cc261 /protocols/Weather/res | |
| parent | 88fa944d3375d78ebe9c21e6439d0708086d8f73 (diff) | |
fixes #4844 (Weather: настройка "Обновлять погоду при запуске Miranda NG" не работает)
Diffstat (limited to 'protocols/Weather/res')
| -rw-r--r-- | protocols/Weather/res/resource.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index ba639a55fc..353fd9ace3 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -44,8 +44,6 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Options",IDC_STATIC,3,0,299,70,WS_GROUP - CONTROL "Update weather information on startup",IDC_STARTUPUPD, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,12,286,8 CONTROL "Update weather information every",IDC_UPDATE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,23,206,8 EDITTEXT IDC_UPDATETIME,223,21,33,12,ES_AUTOHSCROLL | ES_NUMBER | NOT WS_BORDER,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE LTEXT "minutes",IDC_STATIC,260,23,39,8 |
