diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-13 18:27:09 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-13 18:27:09 +0000 |
commit | 3862ddb9efd96e0f1e10c7a4bec1d78bf9f86889 (patch) | |
tree | c6afffea19c11a56ba168dd2c05ddd8298105e7b /protocols | |
parent | 8d6fe5753b2e570c064c9e0d438cf019a2d3e3d3 (diff) |
bug in #5650
git-svn-id: http://svn.miranda-ng.org/main/trunk@5670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Skype/res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index 44b1d9042d..7089aabebe 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -294,7 +294,7 @@ BEGIN GROUPBOX "Contacts count",IDC_STATIC,5,137,294,31
CONTROL "Anyone",IDC_PRIVACY_COUNT_ANYONE,"Button",BS_AUTORADIOBUTTON,12,146,250,10
CONTROL "People in my Contact list only",IDC_PRIVACY_COUNT_CONTACTLIST,
- "Button",BS_AUTORADIOBUTTON,12,250,109,10
+ "Button",BS_AUTORADIOBUTTON,12,156,250,10
GROUPBOX "Local time",IDC_STATIC,5,168,294,32
CONTROL "Anyone",IDC_PRIVACY_TIME_ANYONE,"Button",BS_AUTORADIOBUTTON,12,177,250,10
CONTROL "People in my Contact list only",IDC_PRIVACY_TIME_CONTACTLIST,
|