mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
renamed Security page Profile. Disabled profile manager for now, since generating a new profile while RS is running corrupts the current session. More work is needed to make the profile manager usable which RS is running.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6241 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2cd709d4bf
commit
a850b18be2
@ -48,6 +48,9 @@ CryptoPage::CryptoPage(QWidget * parent, Qt::WFlags flags)
|
||||
connect(ui._copyLink_PB, SIGNAL(clicked()), this, SLOT(copyRSLink()));
|
||||
connect(ui._useOldFormat_CB, SIGNAL(toggled(bool)), this, SLOT(load()));
|
||||
|
||||
// hide profile manager as it causes bugs when generating a new profile.
|
||||
ui.profile_Button->hide() ;
|
||||
|
||||
/* Hide platform specific features */
|
||||
#ifdef Q_WS_WIN
|
||||
|
||||
|
@ -40,7 +40,7 @@ class CryptoPage : public ConfigPage
|
||||
/** Loads the settings for this page */
|
||||
|
||||
virtual QPixmap iconPixmap() const { return QPixmap(":/images/encrypted32.png") ; }
|
||||
virtual QString pageName() const { return tr("Security") ; }
|
||||
virtual QString pageName() const { return tr("Profile") ; }
|
||||
|
||||
private slots:
|
||||
virtual void load();
|
||||
|
Loading…
Reference in New Issue
Block a user