diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-11 11:24:56 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-11 11:24:56 +0000 |
commit | b47d3f2a1fae41ac9c7438f4903692e417020db6 (patch) | |
tree | 4f552f81dec22f41fa4dbc810c27c00d7296f6cd /protocols/SkypeWeb/res | |
parent | 4451fe1381e185036a7037b3a0cda50de5b9d9b3 (diff) |
SkypeWeb: Added UseLocalTime setting (please, test it).
git-svn-id: http://svn.miranda-ng.org/main/trunk@12763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/res')
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 31f6dbcd79..24a62ac7c1 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -114,8 +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,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
+ CONTROL "Automatic messages synchronization",IDC_AUTOSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,94,282,10
+ CONTROL "Use local time for received messages",IDC_LOCALTIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,108,282,10
END
IDD_PASSWORD_EDITOR DIALOGEX 0, 0, 209, 75
|