diff options
Diffstat (limited to 'protocols/Telegram/res/resource.rc')
-rw-r--r-- | protocols/Telegram/res/resource.rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index 88de0a2305..cb6181fb51 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -97,7 +97,10 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,83,294,10
CONTROL "Compress files on send",IDC_COMPRESS_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,96,294,10
PUSHBUTTON "Log out",IDC_LOGOUT,212,168,86,14
- CONTROL "Include URL preview into message text",IDC_USE_PREVIEW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,109,294,10
+ CONTROL "Include URL preview into message text",IDC_USE_PREVIEW,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,109,294,10
+ CONTROL "Store channel messages in memory only",IDC_RESIDENT_CHANNELS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,122,294,10
END
IDD_OPTIONS_ADV DIALOGEX 0, 0, 310, 86
|