diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-09 20:04:12 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-09 20:04:12 +0000 |
commit | 84261a1bda35dcdd1a4e56c3a573a169092f7363 (patch) | |
tree | 24031582c3cc692e87b2c33edc58862dc0be55e1 /protocols/SkypeWeb/res | |
parent | 5504428ab29cacbdc8bb7ca704e6108638bf4ecf (diff) |
SkypeWeb: attempt to speed up contact lookup
git-svn-id: http://svn.miranda-ng.org/main/trunk@12717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/res')
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index c9601ddf60..29e2448f21 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -114,7 +114,7 @@ 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_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,94,160,10
+ CONTROL "Automatic messages synchronization",IDC_AUTOSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,94,160,10
END
IDD_PASSWORD_EDITOR DIALOGEX 0, 0, 209, 75
|