summaryrefslogtreecommitdiff
path: root/protocols/Skype/res
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-07-03 19:45:53 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-07-03 19:45:53 +0000
commitaa312e59cd0065e20ffdf78cd49811ba0520c0bd (patch)
tree2a098fa7c69c2868a801d1acb8f2842c4e37dcfe /protocols/Skype/res
parent8ec882fcf4a57256daa439d85d29fcbf3a1d06af (diff)
Skype:
- fixed files(contacts) sending in conference (issue #397) - fixes in contacts blocking - some small fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@5223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/res')
-rw-r--r--protocols/Skype/res/Resource.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Skype/res/Resource.rc b/protocols/Skype/res/Resource.rc
index 97f84d3a8b..25df418097 100644
--- a/protocols/Skype/res/Resource.rc
+++ b/protocols/Skype/res/Resource.rc
@@ -203,7 +203,7 @@ BEGIN
PUSHBUTTON "Register new account",IDC_REGISTER,66,39,120,14,WS_DISABLED
END
-IDD_OPT_MAIN DIALOGEX 0, 0, 305, 238
+IDD_OPT_MAIN DIALOGEX 0, 0, 305, 230
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
@@ -231,7 +231,7 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,291,194
- COMBOBOX IDC_CONTACTS,7,206,231,30,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_CONTACTS,7,206,231,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Block",IDC_BLOCK,248,206,50,13,WS_DISABLED
END
@@ -242,7 +242,7 @@ CAPTION "Block this person"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "%s",IDC_HEADERBAR,"MHeaderbarCtrl",0x0,0,0,295,25
- LTEXT "Are you sure you want to block %s?\nThey won't be able to contact you\nand won't appear in your Contact List.",IDC_MESSAGE,6,32,282,27
+ LTEXT "",IDC_MESSAGE,6,32,282,27
CONTROL "Remove from your Contact List",IDC_REMOVE_FROM_CL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,67,282,10
GROUPBOX "Abuse",IDC_STATIC,6,84,282,40
@@ -365,7 +365,7 @@ BEGIN
VERTGUIDE, 291
VERTGUIDE, 298
TOPMARGIN, 7
- BOTTOMMARGIN, 231
+ BOTTOMMARGIN, 223
END
IDD_OPT_BLOCKED, DIALOG