diff options
author | George Hazan <george.hazan@gmail.com> | 2024-08-28 17:33:22 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-08-28 17:33:22 +0300 |
commit | 9787b1159e30b0facb115be36ee465ad75f48fef (patch) | |
tree | 53db612a5e75505059fbcdf7ccf66e33c1fd0b34 /protocols/SkypeWeb/res | |
parent | 292a329a0a987febc8a4d6b9e07b76e0401ff2e7 (diff) |
Skype: old shitty crutch removed
Diffstat (limited to 'protocols/SkypeWeb/res')
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 97dd7297eb..829f76132b 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -137,12 +137,10 @@ BEGIN EDITTEXT IDC_GROUP,79,49,117,12,ES_AUTOHSCROLL
GROUPBOX "Others",IDC_STATIC,5,79,298,65
CONTROL "Automatic messages synchronization",IDC_AUTOSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,89,176,10
- CONTROL "Always notify as unread for all incoming message",IDC_MESASUREAD,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,100,285,10
+ CONTROL "Use BBCode",IDC_BBCODES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,100,176,10
EDITTEXT IDC_PLACE,80,117,109,14,ES_AUTOHSCROLL
RTEXT "Place:",IDC_STATIC,13,120,62,11
CONTROL "Use hostname",IDC_USEHOST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,196,120,102,10
- CONTROL "Use BBCode",IDC_BBCODES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,196,89,102,10
CONTROL "Change password",IDC_CHANGEPASS,"Hyperlink",WS_TABSTOP,203,33,60,12
END
|