summaryrefslogtreecommitdiff
path: root/protocols/Weather
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2019-06-20 22:02:13 +0300
committerdartraiden <wowemuh@gmail.com>2019-06-20 22:02:13 +0300
commitd4220686a9395ce3e6dfda85f2e84aaf3faceb21 (patch)
treeffd660dfd9d279d71a8ba78d0a21f307f7ec5274 /protocols/Weather
parent9b92c3264602aed272c6226ff283473041577a25 (diff)
End of zoo with popup options names
Diffstat (limited to 'protocols/Weather')
-rw-r--r--protocols/Weather/res/resource.rc6
-rw-r--r--protocols/Weather/src/weather_popup.cpp2
2 files changed, 4 insertions, 4 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
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;