diff --git a/retroshare-gui/src/gui/HomePage.cpp b/retroshare-gui/src/gui/HomePage.cpp
index 7eabe9dd4..f5d7a5719 100644
--- a/retroshare-gui/src/gui/HomePage.cpp
+++ b/retroshare-gui/src/gui/HomePage.cpp
@@ -93,12 +93,12 @@ HomePage::HomePage(QWidget *parent) :
menu->addAction(mIncludeIPsAct);
}
- QAction *useOldFormatAct = new QAction(QIcon(), tr("Use old certificate format"),this);
- useOldFormatAct->setToolTip(tr("Displays the certificate format used up to version 0.6.5\nOld Retroshare nodes will not understand the\nnew short format"));
- connect(useOldFormatAct, SIGNAL(triggered()), this, SLOT(updateOwnCert()));
- useOldFormatAct->setCheckable(true);
- useOldFormatAct->setChecked(false);
- menu->addAction(useOldFormatAct);
+ mUseOldFormatAct = new QAction(QIcon(), tr("Use old certificate format"),this);
+ mUseOldFormatAct->setToolTip(tr("Displays the certificate format used up to version 0.6.5\nOld Retroshare nodes will not understand the\nnew short format"));
+ connect(mUseOldFormatAct, SIGNAL(triggered()), this, SLOT(updateOwnCert()));
+ mUseOldFormatAct->setCheckable(true);
+ mUseOldFormatAct->setChecked(false);
+ menu->addAction(mUseOldFormatAct);
ui->shareButton->setMenu(menu);
diff --git a/retroshare-gui/src/gui/settings/CryptoPage.cpp b/retroshare-gui/src/gui/settings/CryptoPage.cpp
index 450ae4330..9f813209a 100755
--- a/retroshare-gui/src/gui/settings/CryptoPage.cpp
+++ b/retroshare-gui/src/gui/settings/CryptoPage.cpp
@@ -61,6 +61,10 @@ CryptoPage::CryptoPage(QWidget * parent, Qt::WindowFlags flags)
//connect(ui.exportprofile,SIGNAL(clicked()), this, SLOT(profilemanager()));
connect(ui.exportprofile,SIGNAL(clicked()), this, SLOT(exportProfile()));
+ // Remove this because it duplicates functionality of the HomePage.
+ ui.retroshareId_LB->hide();
+ ui.retroshareId_content_LB->hide();
+ ui.stackPageCertificate->hide();
ui.onlinesince->setText(DateTime::formatLongDateTime(Rshare::startupTime()));
}
@@ -104,7 +108,7 @@ void CryptoPage::showEvent ( QShowEvent * /*event*/ )
std::string invite ;
rsPeers->getShortInvite(invite,rsPeers->getOwnId(),RetroshareInviteFlags::RADIX_FORMAT | RsPeers::defaultCertificateFlags);
- ui.retroshareid->setText(QString::fromUtf8(invite.c_str()));
+ ui.retroshareId_content_LB->setText(QString::fromUtf8(invite.c_str()));
/* set retroshare version */
ui.version->setText(Rshare::retroshareVersion(true));
diff --git a/retroshare-gui/src/gui/settings/CryptoPage.ui b/retroshare-gui/src/gui/settings/CryptoPage.ui
index 86b8e38b9..29a336721 100755
--- a/retroshare-gui/src/gui/settings/CryptoPage.ui
+++ b/retroshare-gui/src/gui/settings/CryptoPage.ui
@@ -7,25 +7,19 @@
0
0
869
- 487
+ 493
-
-
-
- 0
-
-
-
- Node information
-
+
+
-
-
-
+
Retroshare ID:
@@ -248,7 +242,7 @@
-
- <html><head/><body><p>Use this to export your profile key. You can then import it in a different computer and make a new node with the same profile. Doing so, existing friends that you also add to the new node will automatically recognise that new node as friend.</p></body></html>
+ <html><head/><body><p>Use this button to export your profile key. You can then import it in a different computer and make a new node with the same profile. Doing so, existing friends that you also add to the new node will automatically recognise that new node as friend.</p></body></html>
Export
@@ -474,7 +468,7 @@
-
-
+
75
@@ -539,10 +533,7 @@
-
-
- Certificate
-
+
-