From afca72f4a65c8bc272a3a2f95ddc0beb25774cfa Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Sat, 14 May 2022 14:22:35 +0100 Subject: [PATCH] Fixed contact URL --- src/gui/src/ActivationDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/ActivationDialog.cpp b/src/gui/src/ActivationDialog.cpp index df77f867db..eae123250a 100644 --- a/src/gui/src/ActivationDialog.cpp +++ b/src/gui/src/ActivationDialog.cpp @@ -67,7 +67,7 @@ void ActivationDialog::accept() catch (std::exception& e) { message.critical(this, "Activation failed", tr("An error occurred while trying to activate Synergy. " - "" + "" "Please contact the helpdesk, and provide the following information:" "

%1").arg(e.what())); refreshSerialKey();