From 98efb8dc51f734afeea7f59624e57cbafc6caa29 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 21 Aug 2024 18:47:19 +0300 Subject: fixes #4583 (NewAwaySys: remove ICQ/MRA support) --- plugins/NewAwaySysMod/res/NewAwaySys.rc | 2 -- plugins/NewAwaySysMod/src/AwayOpt.cpp | 2 -- plugins/NewAwaySysMod/src/resource.h | 1 - 3 files changed, 5 deletions(-) (limited to 'plugins/NewAwaySysMod') diff --git a/plugins/NewAwaySysMod/res/NewAwaySys.rc b/plugins/NewAwaySysMod/res/NewAwaySys.rc index 983542e604..8b4f47b3f7 100644 --- a/plugins/NewAwaySysMod/res/NewAwaySys.rc +++ b/plugins/NewAwaySysMod/res/NewAwaySys.rc @@ -79,8 +79,6 @@ BEGIN RTEXT "On event...",IDC_REPLYDLG_STATIC_ONEVENT,43,19,59,8 CONTROL "",IDC_REPLYDLG_EVENTMSG,"Button",BS_AUTOCHECKBOX | BS_ICON | WS_TABSTOP,110,17,29,12 CONTROL "",IDC_REPLYDLG_EVENTFILE,"Button",BS_AUTOCHECKBOX | BS_ICON | WS_TABSTOP,145,17,29,12 - CONTROL "Don't reply to MRA contacts",IDC_REPLYDLG_DONTSENDTOICQ, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,119,275,10 CONTROL "Save autoreply to the history",IDC_REPLYDLG_LOGREPLY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,34,275,10 CONTROL "Reply only when Idle",IDC_REPLYDLG_ONLYIDLEREPLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,48,275,10 diff --git a/plugins/NewAwaySysMod/src/AwayOpt.cpp b/plugins/NewAwaySysMod/src/AwayOpt.cpp index 3f1778524a..9e3c6589f3 100644 --- a/plugins/NewAwaySysMod/src/AwayOpt.cpp +++ b/plugins/NewAwaySysMod/src/AwayOpt.cpp @@ -578,7 +578,6 @@ INT_PTR CALLBACK AutoreplyOptDlg(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l case IDC_REPLYDLG_ENABLEREPLY: EnableAutoreplyOptDlgControls(); // go through - case IDC_REPLYDLG_DONTSENDTOICQ: case IDC_REPLYDLG_ONLYCLOSEDDLGREPLY: case IDC_REPLYDLG_ONLYIDLEREPLY: case IDC_REPLYDLG_RESETCOUNTERWHENSAMEICON: @@ -1097,7 +1096,6 @@ void InitOptions() g_AutoreplyOptPage.Items.AddElem(new COptItem_Generic(IDC_REPLYDLG_STATIC_ONEVENT, IDC_REPLYDLG_ENABLEREPLY)); g_AutoreplyOptPage.Items.AddElem(new COptItem_Checkbox(IDC_REPLYDLG_EVENTMSG, "ReplyOnEvent", DBVT_BYTE, AUTOREPLY_DEF_REPLYONEVENT, EF_MSG, IDC_REPLYDLG_ENABLEREPLY)); g_AutoreplyOptPage.Items.AddElem(new COptItem_Checkbox(IDC_REPLYDLG_EVENTFILE, "ReplyOnEvent", DBVT_BYTE, AUTOREPLY_DEF_REPLYONEVENT, EF_FILE, IDC_REPLYDLG_ENABLEREPLY)); - g_AutoreplyOptPage.Items.AddElem(new COptItem_Checkbox(IDC_REPLYDLG_DONTSENDTOICQ, "DontSendToICQ", DBVT_BYTE, 0, 0, IDC_REPLYDLG_ENABLEREPLY)); g_AutoreplyOptPage.Items.AddElem(new COptItem_Checkbox(IDC_REPLYDLG_LOGREPLY, "LogReply", DBVT_BYTE, 1, 0, IDC_REPLYDLG_ENABLEREPLY)); g_AutoreplyOptPage.Items.AddElem(new COptItem_Checkbox(IDC_REPLYDLG_ONLYIDLEREPLY, "OnlyIdleReply", DBVT_BYTE, 0, 0, IDC_REPLYDLG_ENABLEREPLY)); g_AutoreplyOptPage.Items.AddElem(new COptItem_Checkbox(IDC_REPLYDLG_ONLYCLOSEDDLGREPLY, "OnlyClosedDlgReply", DBVT_BYTE, 1, 0, IDC_REPLYDLG_ENABLEREPLY)); diff --git a/plugins/NewAwaySysMod/src/resource.h b/plugins/NewAwaySysMod/src/resource.h index eab7730797..6f210d3367 100644 --- a/plugins/NewAwaySysMod/src/resource.h +++ b/plugins/NewAwaySysMod/src/resource.h @@ -76,7 +76,6 @@ #define IDC_SAWAYMSG_STATIC_RESETCHNG 1043 #define IDC_SAWAYMSG_OPTIONS 1043 #define IDC_MOREOPTDLG_SENDNONICQ 1049 -#define IDC_REPLYDLG_DONTSENDTOICQ 1049 #define IDC_MOREOPTDLG_EVNTMSG 1050 #define IDC_REPLYDLG_EVENTMSG 1050 #define IDC_MOREOPTDLG_EVNTFILE 1052 -- cgit v1.2.3