diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-10 14:56:20 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-10 14:56:20 +0000 |
commit | a2f5418ba78530cd81aff19497fd44772e7bb42d (patch) | |
tree | 0a210bb8b2fe511242bbf186efa277f33144482f /protocols/SkypeWeb/res/resource.rc | |
parent | a95fb39f8e85ad7c2feb30b9797f292d02e07c18 (diff) |
SkypeWeb: GetInfo support; Small fixes.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/res/resource.rc')
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 29e2448f21..31f6dbcd79 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -114,7 +114,8 @@ BEGIN LTEXT "Default group:",IDC_STATIC,12,51,69,12
EDITTEXT IDC_GROUP,81,49,217,12,ES_AUTOHSCROLL
GROUPBOX "Others",IDC_STATIC,5,79,298,71
- CONTROL "Automatic messages synchronization",IDC_AUTOSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,94,160,10
+ CONTROL "Automatic messages synchronization",IDC_AUTOSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,94,160,10
+ CONTROL "Use local time for received messages",IDC_LOCALTIME,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,12,108,133,10
END
IDD_PASSWORD_EDITOR DIALOGEX 0, 0, 209, 75
@@ -145,6 +146,7 @@ BEGIN IDD_OPTIONS_MAIN, DIALOG
BEGIN
+ VERTGUIDE, 12
END
IDD_PASSWORD_EDITOR, DIALOG
|