machine_info.cpp: Minor

This commit is contained in:
Laurent Trinques
2025-01-25 14:15:30 +01:00
parent 3e4f3def3e
commit d6f119742d

View File

@@ -152,7 +152,7 @@ void MachineInfo::send_info_to_debug()
qInfo()<< " Native Country Name:"<< QLocale::system().nativeCountryName();
qInfo()<< " Native Language Name:"<< QLocale::system().nativeLanguageName();
qInfo()<< "";
qInfo()<< " System language:"<< QString(QETApp::langFromSetting().toLatin1());
qInfo()<< " System language defined in QET configuration:"<< QString(QETApp::langFromSetting().toLatin1());
qInfo()<< " language Path:"<< QString(QETApp::languagesPath().toLatin1());
qInfo()<< " Common Elements Dir:"<< QString(QETApp::commonElementsDir().toLatin1());
qInfo()<< " Common TitleBlock Templates Dir:"<< QString(QETApp::commonTitleBlockTemplatesDir().toLatin1());