diff options
author | dartraiden <wowemuh@gmail.com> | 2019-06-20 22:02:13 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-06-20 22:02:13 +0300 |
commit | d4220686a9395ce3e6dfda85f2e84aaf3faceb21 (patch) | |
tree | ffd660dfd9d279d71a8ba78d0a21f307f7ec5274 /plugins/TrafficCounter/res | |
parent | 9b92c3264602aed272c6226ff283473041577a25 (diff) |
End of zoo with popup options names
Diffstat (limited to 'plugins/TrafficCounter/res')
-rw-r--r-- | plugins/TrafficCounter/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/res/resource.rc b/plugins/TrafficCounter/res/resource.rc index 0036ea1d2c..8d643e05da 100644 --- a/plugins/TrafficCounter/res/resource.rc +++ b/plugins/TrafficCounter/res/resource.rc @@ -70,7 +70,7 @@ BEGIN CONTROL "",IDC_COLOR2,"ColourPicker",WS_TABSTOP,242,28,33,12
PUSHBUTTON "Reset to default",IDC_RESETCOLORS,178,44,97,14
GROUPBOX "Popup timeout",IDC_STATIC,10,62,110,41
- CONTROL "From popup plugin",IDC_RADIO_FROMPOPUP,"Button",BS_AUTORADIOBUTTON,14,73,101,10
+ CONTROL "Default",IDC_RADIO_FROMPOPUP,"Button",BS_AUTORADIOBUTTON,14,73,101,10
CONTROL "Custom",IDC_RADIO_CUSTOM,"Button",BS_AUTORADIOBUTTON,14,88,73,10
EDITTEXT IDC_POPUP_TIMEOUT,90,85,24,14,ES_AUTOHSCROLL | ES_NUMBER
PUSHBUTTON "Test",IDC_TEST,251,93,50,11
|