diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-24 17:44:13 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-24 17:44:13 +0000 |
commit | 2db4944483116e5b9fac5020b5b9926372af3d5a (patch) | |
tree | 412b5554463bd071d84b22f96d49121c09c6a2bf | |
parent | e2db2021203f6b6a5b3281bf843c8006f5e56c5a (diff) |
SkypeWeb: Small resource fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13093 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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 caa92a47f0..79ff5df4d3 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -77,7 +77,7 @@ EXSTYLE WS_EX_TOPMOST CAPTION "Create group chat"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "خت",IDOK,96,233,50,14
+ DEFPUSHBUTTON "OK",IDOK,96,233,50,14
PUSHBUTTON "Cancel",IDCANCEL,148,233,50,14
CTEXT "Mark users you want to invite to a new chat",IDC_STATIC,7,7,191,8
CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x1,7,22,192,203,WS_EX_CLIENTEDGE
@@ -89,7 +89,7 @@ EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW CAPTION "Invite user to chat"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "خت",IDOK,108,57,50,14
+ DEFPUSHBUTTON "OK",IDOK,108,57,50,14
PUSHBUTTON "Cancel",IDCANCEL,163,57,50,14
COMBOBOX IDC_CONTACT,7,28,206,30,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
CTEXT "Choose one of your contacts to be invited:",IDC_STATIC,7,7,206,14
|