summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/res/resource.rc
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-06-06 19:12:49 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-06-06 19:12:49 +0000
commit2def01042331e4a5a9cfd21b600dc0fcc1a198b0 (patch)
tree06a524dc82357a74b6b602bde86b06fe9d26f5c1 /protocols/SkypeWeb/res/resource.rc
parentdf5a99c47693ecca5337b1c0f1a65cdb6a4048a0 (diff)
SkypeWeb: Checkbox for "use hostname as place".
git-svn-id: http://svn.miranda-ng.org/main/trunk@14028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/res/resource.rc')
-rw-r--r--protocols/SkypeWeb/res/resource.rc7
1 files changed, 5 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc
index 6c0ac9776e..4fa2c21c38 100644
--- a/protocols/SkypeWeb/res/resource.rc
+++ b/protocols/SkypeWeb/res/resource.rc
@@ -171,10 +171,13 @@ BEGIN
EDITTEXT IDC_GROUP,81,49,217,12,ES_AUTOHSCROLL
GROUPBOX "Others",IDC_STATIC,5,79,298,65
CONTROL "Automatic messages synchronization",IDC_AUTOSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,89,282,10
- CONTROL "Use local time for received messages",IDC_LOCALTIME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,100,282,10
- CONTROL "Always notify as unread for all incoming message",IDC_MESASUREAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,112,209,10
+ CONTROL "Use local time for received messages",IDC_LOCALTIME,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,100,282,10
+ CONTROL "Always notify as unread for all incoming message",IDC_MESASUREAD,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,112,209,10
EDITTEXT IDC_PLACE,81,124,109,14,ES_AUTOHSCROLL
LTEXT "Place:",IDC_STATIC,13,127,33,9
+ CONTROL "Use hostname",IDC_USEHOST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,203,126,89,10
END
IDD_PASSWORD_EDITOR DIALOGEX 0, 0, 209, 75