diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-10 16:22:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-10 16:22:34 +0300 |
commit | d3387c7307fa3f883e77c17e443874b3a085ded5 (patch) | |
tree | 7977c7fcbf427fdbb154f00376dd1a65888d65ed /plugins/TabSRMM/res | |
parent | f6b9225bf5ccba811d7a24faf2e298361ed76649 (diff) |
fixes #943 (TabSRMM: Add to highlight list doesn't work)
this feature has never worked and therefore removed
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/chat.rc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/TabSRMM/res/chat.rc b/plugins/TabSRMM/res/chat.rc index 85eed25154..98daf77d20 100644 --- a/plugins/TabSRMM/res/chat.rc +++ b/plugins/TabSRMM/res/chat.rc @@ -38,19 +38,6 @@ BEGIN CONTROL "",IDC_PANELSPLITTER,"Static",SS_ENHMETAFILE,0,32,252,1,WS_EX_TRANSPARENT
END
-IDD_ADDHIGHLIGHT DIALOG 0, 0, 212, 97
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
-FONT 8, "MS Shell Dlg"
-BEGIN
- LTEXT "",IDC_STATIC,0,0,211,97
- LTEXT "",IDC_ADDHIGHLIGHTTITLE,7,3,201,12,SS_CENTERIMAGE
- COMBOBOX IDC_ADDHIGHLIGHTNAME,17,24,178,17,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- LTEXT "You can add the user by user name or his ID. Wildcards are allowed and recommended.",IDC_ADDHIGHLIGHTEXPLAIN,15,49,179,21
- DEFPUSHBUTTON "OK",IDOK,152,76,55,14
- DEFPUSHBUTTON "Cancel",IDCANCEL,91,76,55,14
- EDITTEXT IDC_ADDHIGHLIGHTEDITLIST,9,18,192,47,ES_AUTOHSCROLL
-END
-
IDD_FILTER DIALOG 0, 0, 201, 126
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
FONT 8, "MS Shell Dlg"
|