diff options
Diffstat (limited to 'protocols/Weather/src')
-rw-r--r-- | protocols/Weather/src/weather_popup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_popup.cpp b/protocols/Weather/src/weather_popup.cpp index 41f95eb743..b19d36f67e 100644 --- a/protocols/Weather/src/weather_popup.cpp +++ b/protocols/Weather/src/weather_popup.cpp @@ -366,7 +366,7 @@ INT_PTR CALLBACK DlgPopupOpts(HWND hdlg, UINT msg, WPARAM wParam, LPARAM lParam) break; case IDC_PD1: - // Popup delay setting from Popup plugin + // Popup delay setting from popup plugin SetDlgItemText(hdlg, IDC_DELAY, L"0"); CheckRadioButton(hdlg, IDC_PD1, IDC_PD3, IDC_PD1); break; |