#6306 Updated GUI title

This commit is contained in:
Sarah Hebert 2018-06-14 16:28:04 +01:00 committed by Nick Bolton
parent 458d8e4778
commit 71953b5af8
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ void LicenseManager::skipActivation()
QString QString
LicenseManager::getEditionName(Edition const edition, bool trial) LicenseManager::getEditionName(Edition const edition, bool trial)
{ {
std::string name ("Synergy"); std::string name ("Synergy 1");
switch (edition) { switch (edition) {
case kUnregistered: case kUnregistered:
name += " (UNREGISTERED)"; name += " (UNREGISTERED)";

View File

@ -167,7 +167,7 @@ MainWindow::MainWindow (QSettings& settings, AppConfig& appConfig,
this, SLOT(sslToggled(bool)), Qt::QueuedConnection); this, SLOT(sslToggled(bool)), Qt::QueuedConnection);
#ifdef SYNERGY_ENTERPRISE #ifdef SYNERGY_ENTERPRISE
setWindowTitle ("Synergy Enterprise"); setWindowTitle ("Synergy 1 Enterprise");
#else #else
setWindowTitle (m_LicenseManager->activeEditionName()); setWindowTitle (m_LicenseManager->activeEditionName());
m_LicenseManager->refresh(); m_LicenseManager->refresh();