From 194edbd79948d261360389988713dc83f6c66afc Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sat, 25 Jan 2025 20:29:11 +0100 Subject: [PATCH] Machine info : try to fix FTFS under Windows --- sources/machine_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/machine_info.cpp b/sources/machine_info.cpp index 9b5a0e700..678421a62 100644 --- a/sources/machine_info.cpp +++ b/sources/machine_info.cpp @@ -164,7 +164,7 @@ void MachineInfo::send_info_to_debug() qInfo()<< ""; qInfo()<< " For QET configuration-files:"; #if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) - qInfo()<< " App Config Location: see Regedit: HKEY_CURRENT_USER\Software\QElectroTech\"; + qInfo()<< " App Config Location: see Regedit: HKEY_CURRENT_USER/Software/QElectroTech/"; #else qInfo()<< " App Config Location:"<< QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) +".conf/"; #endif