mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Redesigned GenCertDialog for the usage in Profile Manager.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5738 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a7c29c0f24
commit
e99b30d015
6 changed files with 173 additions and 197 deletions
|
@ -230,7 +230,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
if (genCert)
|
||||
{
|
||||
GenCertDialog gd;
|
||||
GenCertDialog gd(false);
|
||||
gd.exec ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue