From f77cc69a03ea7880a780f215c8a77dd285ee6555 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Nov 2023 19:27:51 +0300 Subject: fixes #3943 (NewStory: add proper support for citation) --- protocols/Telegram/res/reply.ico | Bin 0 -> 4286 bytes protocols/Telegram/res/resource.rc | 22 +++++++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 protocols/Telegram/res/reply.ico (limited to 'protocols/Telegram/res') diff --git a/protocols/Telegram/res/reply.ico b/protocols/Telegram/res/reply.ico new file mode 100644 index 0000000000..16cbee7a06 Binary files /dev/null and b/protocols/Telegram/res/reply.ico differ 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 ///////////////////////////////////////////////////////////////////////////// // -- cgit v1.2.3