Skip to content
Snippets Groups Projects
Commit 2075ba22 authored by Anthony Léonard's avatar Anthony Léonard Committed by Philippe Gorley
Browse files

remove mention "Ring v2.0" in about dialog


This mention was supposed to be the client version which is not
related to daemon or lrc version. It was misleading as this wasn't
clearly indicated.

Moreover, indicating a non-zero major number is not correct as Ring is
not considered to be stable yet.

Change-Id: I6ed590950c13b9835ecf66706d9e5777a0b715d2
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 7357364d
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,6 @@ AboutDialog::AboutDialog(QWidget *parent) :
this->setFixedSize(this->width(),this->height());
ui->creditsWidget->hide();
ui->clientVersionLabel->setText(
QString("<html><head/><body><p><span style=\" font-weight:600;\">"
"%1 v%2</span></p></body></html>").arg(tr("Ring"), VERSION));
ui->gitVersionLabel->setText(QString("%1: %2").arg(tr("version"), RING_CLIENT_BUILD_DATE));
ui->creditsBrowser->setHtml("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">"
......
......@@ -525,19 +525,6 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item alignment="Qt::AlignHCenter">
<widget class="QLabel" name="clientVersionLabel">
<property name="text">
<string notr="true">Windows Ring v</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="margin">
<number>15</number>
</property>
</widget>
</item>
<item alignment="Qt::AlignHCenter">
<widget class="QLabel" name="gitVersionLabel">
<property name="text">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment