diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-11-24 19:27:51 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-11-24 19:27:56 +0300 |
| commit | f77cc69a03ea7880a780f215c8a77dd285ee6555 (patch) | |
| tree | 7f702b2e3a4f733c47e3f1186f33a172cbdb0d79 /protocols/Telegram/res | |
| parent | 255b8133ea30d765428eb8188d75db91558bcd27 (diff) | |
fixes #3943 (NewStory: add proper support for citation)
Diffstat (limited to 'protocols/Telegram/res')
| -rw-r--r-- | protocols/Telegram/res/reply.ico | bin | 0 -> 4286 bytes | |||
| -rw-r--r-- | protocols/Telegram/res/resource.rc | 22 |
2 files changed, 15 insertions, 7 deletions
diff --git a/protocols/Telegram/res/reply.ico b/protocols/Telegram/res/reply.ico Binary files differnew file mode 100644 index 0000000000..16cbee7a06 --- /dev/null +++ b/protocols/Telegram/res/reply.ico diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index 233ae0c132..6bab6b5e1b 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -150,6 +150,18 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,158,22,50,14
END
+IDD_REPLY DIALOGEX 0, 0, 414, 233
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Reply to a message"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ CONTROL "",IDC_REPLYTO,"NewstoryList",ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP,7,18,400,85
+ LTEXT "In reply to:",IDC_STATIC,7,4,400,9
+ CONTROL "",IDC_TEXT,"RichEdit50W",ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP,7,105,400,103
+ CONTROL "",IDC_ATTACH,"MButtonClass",WS_TABSTOP,7,212,17,14
+ DEFPUSHBUTTON "OK",IDOK,301,212,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,357,212,50,14
+END
/////////////////////////////////////////////////////////////////////////////
//
@@ -168,6 +180,9 @@ IDI_REACTION ICON "reaction.ico" IDI_BOT ICON "bot.ico"
+IDI_REPLY ICON "reply.ico"
+
+
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
@@ -193,11 +208,6 @@ BEGIN BEGIN
BOTTOMMARGIN, 262
END
-
- "IDC_REACTION", DIALOG
- BEGIN
- BOTTOMMARGIN, 36
- END
END
#endif // APSTUDIO_INVOKED
@@ -235,8 +245,6 @@ END #endif // English (Neutral) resources
/////////////////////////////////////////////////////////////////////////////
-
-
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
|
