Search/replace for dragonx
This commit is contained in:
@@ -168,14 +168,14 @@ public:
|
||||
}
|
||||
|
||||
QCoreApplication::setOrganizationName("Hush");
|
||||
QCoreApplication::setApplicationName("SilentDragonLite");
|
||||
QCoreApplication::setApplicationName("SilentDragonXLite");
|
||||
|
||||
QString locale = QLocale::system().name();
|
||||
locale.truncate(locale.lastIndexOf('_')); // Get the language code
|
||||
qDebug() << "Loading locale " << locale;
|
||||
|
||||
QTranslator translator;
|
||||
translator.load(QString(":/translations/res/silentdragonlite_") + locale);
|
||||
translator.load(QString(":/translations/res/silentdragonxlite_") + locale);
|
||||
a.installTranslator(&translator);
|
||||
|
||||
QIcon icon(":/icons/res/icon.ico");
|
||||
@@ -208,7 +208,7 @@ public:
|
||||
|
||||
|
||||
w = new MainWindow();
|
||||
w->setWindowTitle("SilentDragonLite v" + QString(APP_VERSION));
|
||||
w->setWindowTitle("SilentDragonXLite v" + QString(APP_VERSION));
|
||||
|
||||
// If there was a payment URI on the command line, pay it
|
||||
if (parser.positionalArguments().length() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user