diff options
-rw-r--r-- | plugins/TooltipNotify/res/main.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/TooltipNotify/res/main.rc b/plugins/TooltipNotify/res/main.rc index fee4870711..1ee1dd375a 100644 --- a/plugins/TooltipNotify/res/main.rc +++ b/plugins/TooltipNotify/res/main.rc @@ -114,10 +114,10 @@ BEGIN CONTROL "Duration x2 upon online event",IDC_X2,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,159,55,137,10
GROUPBOX "Double click on tooltip",IDC_GB_DBLCLICK,5,78,103,54
- CONTROL "Shows/Hides CList",IDC_RB_CLIST,"Button",
- BS_AUTORADIOBUTTON | WS_TABSTOP,15,93,83,11
+ CONTROL "Shows/Hides contact list",IDC_RB_CLIST,"Button",
+ BS_AUTORADIOBUTTON | WS_TABSTOP,8,93,97,11
CONTROL "Opens message dialog",IDC_RB_MSGDLG,"Button",
- BS_AUTORADIOBUTTON | WS_TABSTOP,15,112,88,11
+ BS_AUTORADIOBUTTON | WS_TABSTOP,8,112,97,11
GROUPBOX "Behavior",IDC_STATIC,113,78,196,54
GROUPBOX "Misc",IDC_STATIC,5,136,304,44
CONTROL "Obey 'Suppress online notification' settings",
|