From 48e7e2fd422265bc532c8b35473ae75025e09f71 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Sun, 10 Mar 2019 14:07:30 -0400 Subject: [PATCH] Remove the compliance message from Stats page --- oscar/statistics.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/oscar/statistics.cpp b/oscar/statistics.cpp index 470516a8..4b54df0a 100644 --- a/oscar/statistics.cpp +++ b/oscar/statistics.cpp @@ -639,9 +639,11 @@ QString Statistics::htmlHeader(bool showheader) +resizeHTMLPixmap(logoPixmap,64,64)+"
" "" + STR_TR_OSCAR + "
" "" + tr("Usage Statistics") + "
" - "" + tr("(NOT approved for compliance or medical reporting purposes)")+"
"; - - if (!userinfo.isEmpty()) html += "
"+userinfo+"
"; +// "" + tr("(NOT approved for compliance or medical reporting purposes)")+"
"; + if (!userinfo.isEmpty()) + html += "
"+userinfo; html += "
"; } return html;