From c4a542557cb47af428d1397b97f652a65cffd6c6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 1 Jan 2023 18:05:00 +0300 Subject: fixes #3286 (Telegram: ability to identify Miranda's session) --- protocols/Telegram/res/resource.rc | 44 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) (limited to 'protocols/Telegram/res') diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index c7e451b53c..0aacaa94c4 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -49,7 +49,7 @@ END ///////////////////////////////////////////////////////////////////////////// -// English resources +// English (Neutral) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL @@ -69,6 +69,8 @@ BEGIN EDITTEXT IDC_PHONE,96,4,86,12,ES_AUTOHSCROLL LTEXT "Default group:",IDC_STATIC,0,23,89,10 EDITTEXT IDC_DEFGROUP,96,21,86,12,ES_AUTOHSCROLL + LTEXT "Device name:",IDC_STATIC,0,39,89,10 + EDITTEXT IDC_DEVICE_NAME,96,38,86,12,ES_AUTOHSCROLL CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,57,182,10 END @@ -82,10 +84,13 @@ BEGIN EDITTEXT IDC_PHONE,87,5,211,12,ES_AUTOHSCROLL LTEXT "Default group:",IDC_STATIC,5,24,79,10 EDITTEXT IDC_DEFGROUP,87,23,211,12,ES_AUTOHSCROLL + LTEXT "Device name:",IDC_STATIC,5,43,79,10 + 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 END + ///////////////////////////////////////////////////////////////////////////// // // Icon @@ -97,7 +102,42 @@ IDI_TELEGRAM ICON "telegram.ico" IDI_PREMIUM ICON "premium.ico" -#endif // English resources + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_ACCMGRUI, DIALOG + BEGIN + END + + IDD_OPTIONS, DIALOG + BEGIN + END +END +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// AFX_DIALOG_LAYOUT +// + +IDD_ACCMGRUI AFX_DIALOG_LAYOUT +BEGIN + 0 +END + +IDD_OPTIONS AFX_DIALOG_LAYOUT +BEGIN + 0 +END + +#endif // English (Neutral) resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3