mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 18:15:18 -04:00
added some tooltips. Removed warning for creating new profile, as it would let the user think that the current profile will be deleted
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4030 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4ff7e52f91
commit
f2f2f37c5d
4 changed files with 27 additions and 11 deletions
|
@ -181,13 +181,13 @@ void StartDialog::loadCertificates()
|
|||
void StartDialog::on_labelProfile_linkActivated(QString link)
|
||||
{
|
||||
|
||||
if ((QMessageBox::question(this, tr("Create a New Profile"),tr("This will generate a new Profile\n Are you sure you want to continue?"),QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes))== QMessageBox::Yes)
|
||||
{
|
||||
// if ((QMessageBox::question(this, tr("Create a New Profile"),tr("This will generate a new Profile\n Are you sure you want to continue?"),QMessageBox::Yes|QMessageBox::No, QMessageBox::Yes))== QMessageBox::Yes)
|
||||
// {
|
||||
reqNewCert = true;
|
||||
close();
|
||||
}
|
||||
else
|
||||
return;
|
||||
// }
|
||||
// else
|
||||
// return;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue