summaryrefslogtreecommitdiff
path: root/protocols/Telegram/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-01-01 18:05:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-01-01 18:05:00 +0300
commitc4a542557cb47af428d1397b97f652a65cffd6c6 (patch)
tree4ad0b5e31d57f9dce5a26e96721e2a5638a87ebe /protocols/Telegram/res
parentf828d2569303fa4b26bee503dc9f438fd1fe0c7d (diff)
fixes #3286 (Telegram: ability to identify Miranda's session)
Diffstat (limited to 'protocols/Telegram/res')
-rw-r--r--protocols/Telegram/res/resource.rc44
1 files changed, 42 insertions, 2 deletions
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
/////////////////////////////////////////////////////////////////////////////