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/AvatarHistory/res/AvatarHistory.rc | |
parent | 9b92c3264602aed272c6226ff283473041577a25 (diff) |
End of zoo with popup options names
Diffstat (limited to 'plugins/AvatarHistory/res/AvatarHistory.rc')
-rw-r--r-- | plugins/AvatarHistory/res/AvatarHistory.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AvatarHistory/res/AvatarHistory.rc b/plugins/AvatarHistory/res/AvatarHistory.rc index 7f5c8ac3aa..2b0a5a3e34 100644 --- a/plugins/AvatarHistory/res/AvatarHistory.rc +++ b/plugins/AvatarHistory/res/AvatarHistory.rc @@ -84,8 +84,8 @@ BEGIN LTEXT "Text color",IDC_TEXTCOLOR_L,55,59,89,8
CONTROL "Use Windows colors",IDC_WINCOLORS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,74,132,10
CONTROL "Use default colors",IDC_DEFAULTCOLORS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,84,132,10
- GROUPBOX "Delay",IDC_DELAY_G,166,25,145,75
- CONTROL "From popup plugin",IDC_DELAYFROMPU,"Button",BS_AUTORADIOBUTTON | WS_GROUP,174,38,131,10
+ GROUPBOX "Timeout",IDC_DELAY_G,166,25,145,75
+ CONTROL "Default",IDC_DELAYFROMPU,"Button",BS_AUTORADIOBUTTON | WS_GROUP,174,38,131,10
CONTROL "Custom",IDC_DELAYCUSTOM,"Button",BS_AUTORADIOBUTTON,174,52,131,10
CONTROL "Permanent",IDC_DELAYPERMANENT,"Button",BS_AUTORADIOBUTTON,174,82,131,10
EDITTEXT IDC_DELAY,208,65,31,14,ES_AUTOHSCROLL | ES_NUMBER
|