diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-04 14:29:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-04 14:29:10 +0300 |
commit | d1f9ed840683828f9f4d2fcb80523bcda77115a5 (patch) | |
tree | 9c78ff98f1eee4ce3a55fc91eb13318050fe3781 /protocols/JabberG/res/jabber.rc | |
parent | 22f6f8cf6d902b7460d727aa894d9df68e1bab1c (diff) |
Jabber:
- ugly & obsolete class CCtrlFilterListView removed, because it behave wrong in the presence of scrollbars;
- manual filter added to the Disco dialog;
- also fixes #1882 (Jabber: channel list glitch)
Diffstat (limited to 'protocols/JabberG/res/jabber.rc')
-rw-r--r-- | protocols/JabberG/res/jabber.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/JabberG/res/jabber.rc b/protocols/JabberG/res/jabber.rc index 1d65978c6a..eb425da70b 100644 --- a/protocols/JabberG/res/jabber.rc +++ b/protocols/JabberG/res/jabber.rc @@ -561,6 +561,8 @@ BEGIN COMBOBOX IDC_COMBO_NODE,243,6,84,70,CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
CONTROL "Go",IDC_BUTTON_BROWSE,"MButtonClass",WS_TABSTOP,332,5,16,14
CONTROL "",IDC_TREE_DISCO,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,5,21,343,180
+ RTEXT "Filter:", IDC_TXT_FILTER,5,207,48,8
+ EDITTEXT IDC_FILTER,58,205,289,14,ES_AUTOHSCROLL
END
IDD_GROUPCHAT_INFO DIALOGEX 0, 0, 183, 144
@@ -745,6 +747,10 @@ BEGIN BOTTOMMARGIN, 137
END
+ IDD_SERVICE_DISCOVERY, DIALOG
+ BEGIN
+ END
+
IDD_PEP_SIMPLE, DIALOG
BEGIN
END
|