diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-26 17:42:34 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-26 17:42:34 +0000 |
commit | 423611627a733b23ad5dd0ed0849977b20020de4 (patch) | |
tree | be7c44ab663f371062bf764a3eee5f051f3aa9ea /protocols/IRCG/src/irc_dlg.h | |
parent | bddc5c97867e90701a040d89d4f98dfae61890e0 (diff) |
IRC: fixed window title v.2(thx person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/src/irc_dlg.h')
-rw-r--r-- | protocols/IRCG/src/irc_dlg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IRCG/src/irc_dlg.h b/protocols/IRCG/src/irc_dlg.h index c159bf08d8..cd251c5a16 100644 --- a/protocols/IRCG/src/irc_dlg.h +++ b/protocols/IRCG/src/irc_dlg.h @@ -95,7 +95,6 @@ struct CListDlg : public CProtoDlgBase<CIrcProto> virtual void OnDestroy();
virtual int Resizer(UTILRESIZECONTROL *urc);
- TCHAR m_title[255];
CCtrlListView m_list, m_list2;
CCtrlEdit m_filter, m_status;
UINT_PTR m_timer;
|