44
38
qDebug() << "Unable to load translation" << QString("translations/%1.qm").arg(locale);
46
40
QApplication::installTranslator(&translator);
48
53
/* Load the application defaults. */
65
QMessageBox::critical(NULL, QObject::tr("Error:"), QObject::tr("NitroShare is already running. Please close the current instance before launching the application again."));
51
69
/* If this is the first time the application is started, display
52
70
the initial setup and configuration wizard. */
53
71
if(!Settings::Get("Internal/FirstStart").toBool())