summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Msg_Export/res/resource.rc3
-rw-r--r--plugins/Msg_Export/src/options.cpp2
-rw-r--r--plugins/Msg_Export/src/resource.h1
3 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc
index 262a43280b..6e703ba1ca 100644
--- a/plugins/Msg_Export/res/resource.rc
+++ b/plugins/Msg_Export/res/resource.rc
@@ -89,8 +89,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "List1",IDC_MAP_USER_LIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,5,5,299,209
- PUSHBUTTON "Help",IDC_OPEN_HELP,241,218,63,14
+ CONTROL "List1",IDC_MAP_USER_LIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,5,5,299,224
END
IDD_EXPORT_ALL_DLG DIALOGEX 0, 0, 252, 46
diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp
index ef1d7ff71c..e56c619679 100644
--- a/plugins/Msg_Export/src/options.cpp
+++ b/plugins/Msg_Export/src/options.cpp
@@ -363,12 +363,10 @@ public:
class CContactsOptDlg : public CDlgBase
{
CCtrlListView listUsers;
- CCtrlHyperlink urlHelp;
public:
CContactsOptDlg() :
CDlgBase(g_plugin, IDD_OPT_CONTACTS),
- urlHelp(this, IDC_OPEN_HELP, "https://miranda-ng.org/p/Msg_Export"),
listUsers(this, IDC_MAP_USER_LIST)
{
listUsers.OnKeyDown = Callback(this, &CContactsOptDlg::list_KeyDown);
diff --git a/plugins/Msg_Export/src/resource.h b/plugins/Msg_Export/src/resource.h
index 194585b410..07d15a3b87 100644
--- a/plugins/Msg_Export/src/resource.h
+++ b/plugins/Msg_Export/src/resource.h
@@ -18,7 +18,6 @@
#define IDC_MAP_USER_LIST 1034
#define IDC_EXPORT_PROGRESS 1037
#define IDC_EXP_ALL_STATUS 1039
-#define IDC_OPEN_HELP 1041
#define IDC_DEFAULT_FILE 1043
#define IDC_RICHEDIT 1046
#define IDC_USE_INTERNAL_VIEWER 1048