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/UserInfoEx/res/resource.rc | |
parent | 9b92c3264602aed272c6226ff283473041577a25 (diff) |
End of zoo with popup options names
Diffstat (limited to 'plugins/UserInfoEx/res/resource.rc')
-rw-r--r-- | plugins/UserInfoEx/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/res/resource.rc b/plugins/UserInfoEx/res/resource.rc index aeeb744501..78e56a0e97 100644 --- a/plugins/UserInfoEx/res/resource.rc +++ b/plugins/UserInfoEx/res/resource.rc @@ -222,8 +222,8 @@ BEGIN LTEXT "Text color",TXT_OPT_POPUP_CLR_TEXT,66,85,80,8
CONTROL "Use Windows colors",CHECK_OPT_POPUP_WINCLR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,32,101,114,10
CONTROL "Use default colors",CHECK_OPT_POPUP_DEFCLR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,32,114,114,10
- GROUPBOX "Delay",IDC_STATIC,176,132,108,58,WS_GROUP
- CONTROL "From popup plugin",RADIO_OPT_POPUP_DEFAULT,"Button",BS_AUTORADIOBUTTON,182,146,96,10
+ GROUPBOX "Timeout",IDC_STATIC,176,132,108,58,WS_GROUP
+ CONTROL "Default",RADIO_OPT_POPUP_DEFAULT,"Button",BS_AUTORADIOBUTTON,182,146,96,10
CONTROL "Custom",RADIO_OPT_POPUP_CUSTOM,"Button",BS_AUTORADIOBUTTON,182,160,59,10
CONTROL "Permanent",RADIO_OPT_POPUP_PERMANENT,"Button",BS_AUTORADIOBUTTON,182,175,96,10
EDITTEXT EDIT_DELAY,246,159,33,14,ES_RIGHT | ES_AUTOHSCROLL
|