From 3ed6db69d7d4142a0a2f2234818f787f6dec8042 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Sun, 10 Mar 2019 14:13:42 -0400 Subject: [PATCH] Oops, needed a semicolon there --- oscar/statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/statistics.cpp b/oscar/statistics.cpp index 4b54df0a..3a3b5b2f 100644 --- a/oscar/statistics.cpp +++ b/oscar/statistics.cpp @@ -638,7 +638,7 @@ QString Statistics::htmlHeader(bool showheader) html += "
" +resizeHTMLPixmap(logoPixmap,64,64)+"
" "" + STR_TR_OSCAR + "
" - "" + tr("Usage Statistics") + "
" + "" + tr("Usage Statistics") + "
"; // "" + tr("(NOT approved for compliance or medical reporting purposes)")+"
";