From 37ae1c46680e624dddddfee816f19cf920f95348 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 30 Dec 2016 00:49:15 +0300 Subject: Discord: - user search works; - friend list support; - channel list support; - various fixes --- protocols/Discord/res/discord.rc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'protocols/Discord/res') diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc index 41366bcd7b..fc31363075 100644 --- a/protocols/Discord/res/discord.rc +++ b/protocols/Discord/res/discord.rc @@ -76,6 +76,15 @@ BEGIN EDITTEXT IDC_GROUP,84,89,123,13,ES_AUTOHSCROLL END +IDD_EXTSEARCH DIALOGEX 0, 0, 114, 55 +STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU +EXSTYLE WS_EX_TRANSPARENT | WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + LTEXT "Nick:",IDC_STATIC,6,7,99,8 + EDITTEXT IDC_NICK,3,18,103,12,0,WS_EX_CLIENTEDGE +END + #endif // English (United States) resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3