#6306 Updated GUI title
This commit is contained in:
parent
458d8e4778
commit
71953b5af8
|
@ -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)";
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue