#6306 Updated GUI title
This commit is contained in:
parent
458d8e4778
commit
71953b5af8
|
@ -134,7 +134,7 @@ void LicenseManager::skipActivation()
|
|||
QString
|
||||
LicenseManager::getEditionName(Edition const edition, bool trial)
|
||||
{
|
||||
std::string name ("Synergy");
|
||||
std::string name ("Synergy 1");
|
||||
switch (edition) {
|
||||
case kUnregistered:
|
||||
name += " (UNREGISTERED)";
|
||||
|
|
|
@ -167,7 +167,7 @@ MainWindow::MainWindow (QSettings& settings, AppConfig& appConfig,
|
|||
this, SLOT(sslToggled(bool)), Qt::QueuedConnection);
|
||||
|
||||
#ifdef SYNERGY_ENTERPRISE
|
||||
setWindowTitle ("Synergy Enterprise");
|
||||
setWindowTitle ("Synergy 1 Enterprise");
|
||||
#else
|
||||
setWindowTitle (m_LicenseManager->activeEditionName());
|
||||
m_LicenseManager->refresh();
|
||||
|
|
Loading…
Reference in New Issue