diff options
author | George Hazan <ghazan@miranda.im> | 2022-11-03 10:43:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-11-03 10:43:20 +0300 |
commit | a7672154de78b838ab9110d202784897b0abd464 (patch) | |
tree | f8a2b3c0099b858cf2cd30bdbb989255226e5c26 /protocols/WhatsApp/res | |
parent | 8576740bf5e710a9ceaf25b7fbe47aa94372c97c (diff) |
WhatsApp: support for message titles in the extended messages
Diffstat (limited to 'protocols/WhatsApp/res')
-rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index c134163fa5..a3ad787518 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -62,6 +62,7 @@ BEGIN EDITTEXT IDC_DEVICE_NAME,87,41,211,12,ES_AUTOHSCROLL CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,64,294,10 + CONTROL "Use BBCodes",IDC_USEBBCODES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,78,294,10 END IDD_GROUPCHAT_INVITE DIALOGEX 0, 0, 215, 170 |