diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/RecentContacts/res/resource.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/RecentContacts/res/resource.rc b/plugins/RecentContacts/res/resource.rc index a524764f45..92bab6d226 100644 --- a/plugins/RecentContacts/res/resource.rc +++ b/plugins/RecentContacts/res/resource.rc @@ -44,8 +44,9 @@ BEGIN "Static",SS_LEFTNOWORDWRAP | WS_GROUP,15,27,141,17
LTEXT "Format of date and time\n(Look to readme for placeholders help)",IDC_STATIC,15,50,141,28
EDITTEXT IDC_DATETIME,161,50,137,12,ES_AUTOHSCROLL
- CONTROL "Hide offline contacts",IDC_HIDEOFFLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,161,75,137,8
- CONTROL "Resize window according to contact list",IDC_WINDOWAUTOSIZE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,161,91,137,8
+ CONTROL "Hide offline contacts",IDC_HIDEOFFLINE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,75,283,8
+ CONTROL "Resize window according to contact list",IDC_WINDOWAUTOSIZE,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,91,283,8
END
|