diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-04 08:32:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-04 08:32:22 +0000 |
commit | f378fb89e4eff606d675e2c38696d32dbcd2165b (patch) | |
tree | 04bb8aa1d8b324788aedb0dc56abc6f425433c25 /protocols/Skype | |
parent | b6417c12b18682ca319f075dc19b1b52f065b2c5 (diff) |
Skype: resource cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@6325 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype')
-rw-r--r-- | protocols/Skype/res/Resource.rc | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc index 7089aabebe..066b57fd41 100644 --- a/protocols/Skype/res/Resource.rc +++ b/protocols/Skype/res/Resource.rc @@ -274,33 +274,33 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- GROUPBOX "Allow IMs from...",IDC_STATIC,5,1,294,31
- CONTROL "Anyone",IDC_PRIVACY_IM_ANYONE,"Button",BS_AUTORADIOBUTTON,12,10,250,10
+ GROUPBOX "Allow IMs from...",IDC_STATIC,5,2,294,31
+ CONTROL "Anyone",IDC_PRIVACY_IM_ANYONE,"Button",BS_AUTORADIOBUTTON,12,11,250,10
CONTROL "People in my Contact list only",IDC_PRIVACY_IM_CONTACTLIST,
- "Button",BS_AUTORADIOBUTTON,12,20,250,10
- GROUPBOX "Allow calls from...",IDC_STATIC,5,32,294,31
- CONTROL "Anyone",IDC_PRIVACY_CALL_ANYONE,"Button",BS_AUTORADIOBUTTON,12,41,250,10
+ "Button",BS_AUTORADIOBUTTON,12,21,250,10
+ GROUPBOX "Allow calls from...",IDC_STATIC,5,33,294,31
+ CONTROL "Anyone",IDC_PRIVACY_CALL_ANYONE,"Button",BS_AUTORADIOBUTTON,12,42,250,10
CONTROL "People in my Contact list only",IDC_PRIVACY_CALL_CONTACTLIST,
- "Button",BS_AUTORADIOBUTTON,12,51,250,10
- GROUPBOX "Automatically receive video and share screens with...",IDC_STATIC,5,63,294,42
- CONTROL "Anyone",IDC_PRIVACY_SHARE_ANYONE,"Button",BS_AUTORADIOBUTTON,12,72,250,10
+ "Button",BS_AUTORADIOBUTTON,12,53,250,10
+ GROUPBOX "Automatically receive video and share screens with...",IDC_STATIC,5,64,294,41
+ CONTROL "Anyone",IDC_PRIVACY_SHARE_ANYONE,"Button",BS_AUTORADIOBUTTON,12,73,250,10
CONTROL "People in my Contact list only",IDC_PRIVACY_SHARE_CONTACTLIST,
- "Button",BS_AUTORADIOBUTTON,12,82,250,10
- CONTROL "No one",IDC_PRIVACY_SHARE_NOONE,"Button",BS_AUTORADIOBUTTON,12,92,250,10
- GROUPBOX "Show avatars",IDC_STATIC,5,104,294,33
- CONTROL "Anyone",IDC_PRIVACY_AVATAR_ANYONE,"Button",BS_AUTORADIOBUTTON,12,113,250,10
+ "Button",BS_AUTORADIOBUTTON,12,83,250,10
+ CONTROL "No one",IDC_PRIVACY_SHARE_NOONE,"Button",BS_AUTORADIOBUTTON,12,93,250,10
+ GROUPBOX "Show avatars",IDC_STATIC,5,105,294,31
+ CONTROL "Anyone",IDC_PRIVACY_AVATAR_ANYONE,"Button",BS_AUTORADIOBUTTON,12,114,250,10
CONTROL "People in my Contact list only",IDC_PRIVACY_AVATARS_CONTACTLIST,
"Button",BS_AUTORADIOBUTTON,12,124,250,10
- GROUPBOX "Contacts count",IDC_STATIC,5,137,294,31
- CONTROL "Anyone",IDC_PRIVACY_COUNT_ANYONE,"Button",BS_AUTORADIOBUTTON,12,146,250,10
+ GROUPBOX "Contacts count",IDC_STATIC,5,136,294,31
+ CONTROL "Anyone",IDC_PRIVACY_COUNT_ANYONE,"Button",BS_AUTORADIOBUTTON,12,145,250,10
CONTROL "People in my Contact list only",IDC_PRIVACY_COUNT_CONTACTLIST,
- "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
+ "Button",BS_AUTORADIOBUTTON,12,155,250,10
+ GROUPBOX "Local time",IDC_STATIC,5,167,294,31
+ CONTROL "Anyone",IDC_PRIVACY_TIME_ANYONE,"Button",BS_AUTORADIOBUTTON,12,176,250,10
CONTROL "People in my Contact list only",IDC_PRIVACY_TIME_CONTACTLIST,
- "Button",BS_AUTORADIOBUTTON,12,187,250,10
+ "Button",BS_AUTORADIOBUTTON,12,186,250,10
CONTROL "Allow my online status to be shown on the web",IDC_PRIVACY_WEB,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,204,250,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,205,250,10
END
IDD_BLOCK DIALOGEX 0, 0, 295, 170
|