diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-07 14:35:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-07 14:35:39 +0300 |
commit | ecc16d0f3350b856e8e7ebc2c242c1a5ab4443ea (patch) | |
tree | 21b6781c8bf15b039192a1c21faaeef7bad7e7a9 /protocols/IRCG/src | |
parent | 44e4516ee70177bad3e6826c61bf84227fef6653 (diff) |
fixes #3830 (IRC: примечение оформлено как ссылка)
Diffstat (limited to 'protocols/IRCG/src')
-rw-r--r-- | protocols/IRCG/src/options.cpp | 2 | ||||
-rw-r--r-- | protocols/IRCG/src/resource.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IRCG/src/options.cpp b/protocols/IRCG/src/options.cpp index 4f3439540d..414cd687df 100644 --- a/protocols/IRCG/src/options.cpp +++ b/protocols/IRCG/src/options.cpp @@ -623,7 +623,6 @@ class COtherPrefsDlg : public CIrcBaseDlg {
bool m_performlistModified;
- CCtrlButton m_url;
CCtrlMButton m_add, m_delete;
CCtrlCombo m_performCombo, m_codepage;
CCtrlEdit m_pertormEdit, m_quitMessage, m_alias;
@@ -632,7 +631,6 @@ class COtherPrefsDlg : public CIrcBaseDlg public:
COtherPrefsDlg(CIrcProto *_pro) :
CIrcBaseDlg(_pro, IDD_PREFS_OTHER),
- m_url(this, IDC_CUSTOM),
m_performCombo(this, IDC_PERFORMCOMBO),
m_codepage(this, IDC_CODEPAGE),
m_pertormEdit(this, IDC_PERFORMEDIT),
diff --git a/protocols/IRCG/src/resource.h b/protocols/IRCG/src/resource.h index cc7a8a0371..e1812d5fa7 100644 --- a/protocols/IRCG/src/resource.h +++ b/protocols/IRCG/src/resource.h @@ -147,7 +147,6 @@ #define IDC_IGNOREFILE 1214
#define IDC_IGNORECHAT 1215
#define IDC_IGNOREUNKNOWN 1216
-#define IDC_CUSTOM 1218
#define IDC_SPIN1 1219
#define IDC_SPIN2 1220
#define IDC_CODEPAGE 1222
|