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:
thunder2 2012-10-29 11:02:03 +00:00
parent a7c29c0f24
commit e99b30d015
6 changed files with 173 additions and 197 deletions

View file

@ -230,7 +230,7 @@ int main(int argc, char *argv[])
if (genCert)
{
GenCertDialog gd;
GenCertDialog gd(false);
gd.exec ();
}