diff options
author | dartraiden <wowemuh@gmail.com> | 2024-05-16 22:23:38 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-05-16 22:23:38 +0300 |
commit | 0cdf3208770436c186fbed2c035dba5af79d394f (patch) | |
tree | bb30c93c5ae169b0c8af386d1efcacaf81d77659 /plugins/Msg_Export/res | |
parent | a8f00a9c70de2fafbba97941fc65879b3863db6f (diff) |
Msg_Export: remove "Help" button (fixes #4420)
Diffstat (limited to 'plugins/Msg_Export/res')
-rw-r--r-- | plugins/Msg_Export/res/resource.rc | 3 |
1 files changed, 1 insertions, 2 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
|