#6535 Removed duplicate stage from about dialog
This commit is contained in:
parent
d376ad3feb
commit
8af81f43c8
|
@ -29,7 +29,6 @@ AboutDialog::AboutDialog(QWidget* parent, const QString& synergyApp) :
|
|||
|
||||
m_versionChecker.setApp(synergyApp);
|
||||
QString version = m_versionChecker.getVersion();
|
||||
version = version + '-' + SYNERGY_VERSION_STAGE;
|
||||
#ifdef SYNERGY_REVISION
|
||||
version += '-';
|
||||
version += SYNERGY_REVISION;
|
||||
|
|
Loading…
Reference in New Issue