From 6d8904f7b96bf24618e9493b8cee050868be3e82 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 21 Jan 2019 14:23:36 +0300 Subject: fixes #1776 (rest of URL atavisms) --- plugins/HistoryStats/src/column_events.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/HistoryStats/src') diff --git a/plugins/HistoryStats/src/column_events.cpp b/plugins/HistoryStats/src/column_events.cpp index db230e666f..b1ac0e0f0c 100644 --- a/plugins/HistoryStats/src/column_events.cpp +++ b/plugins/HistoryStats/src/column_events.cpp @@ -32,9 +32,6 @@ void ColEvents::impl_configToUI(OptionsCtrl& Opt, OptionsCtrl::Item hGroup) m_hSource = Opt.insertCombo(hGroup, TranslateT("Events to count")); static const wchar_t* sourceTexts[] = { - LPGENW("URLs (incoming)"), - LPGENW("URLs (outgoing)"), - LPGENW("URLs (all)"), LPGENW("Files (incoming)"), LPGENW("Files (outgoing)"), LPGENW("Files (all)"), @@ -56,14 +53,10 @@ void ColEvents::impl_configFromUI(OptionsCtrl& Opt) void ColEvents::impl_outputRenderHeader(ext::ostream& tos, int row, int rowSpan) const { static const wchar_t* szShortDesc[] = { - LPGENW("URLs"), LPGENW("Files"), }; static const wchar_t* szSourceDesc[] = { - LPGENW("Incoming URLs"), - LPGENW("Outgoing URLs"), - LPGENW("URLs"), LPGENW("Incoming files"), LPGENW("Outgoing files"), LPGENW("Files"), -- cgit v1.2.3