summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/dlgoption_subinput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/dlgoption_subinput.cpp')
-rw-r--r--plugins/HistoryStats/src/dlgoption_subinput.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/HistoryStats/src/dlgoption_subinput.cpp b/plugins/HistoryStats/src/dlgoption_subinput.cpp
index 23ec3e4fe2..e04765daa4 100644
--- a/plugins/HistoryStats/src/dlgoption_subinput.cpp
+++ b/plugins/HistoryStats/src/dlgoption_subinput.cpp
@@ -1,8 +1,6 @@
#include "stdafx.h"
#include "dlgoption.h"
-#include "protocol.h"
-
/*
* DlgOption::SubInput
*/
@@ -108,7 +106,7 @@ void DlgOption::SubInput::onWMInitDialog()
{
m_hProtosIgnore.push_back(m_Options.insertCheck(
m_hProtocols,
- Protocol::getDisplayName(protoList[i]->szModuleName).c_str(),
+ protoList[i]->tszAccountName,
0,
reinterpret_cast<INT_PTR>(protoList[i]->szModuleName)));
}