Defautl GXS nickname was built from location. Changed it to use profile name

This commit is contained in:
csoler 2017-07-29 21:48:12 +02:00
parent b8260e5f5e
commit 6f7e656d6c

View File

@ -443,7 +443,7 @@ void GenCertDialog::genPerson()
} }
else else
{ {
mGXSNickname = ui.node_input->text(); mGXSNickname = ui.name_input->text();
} }
if (!mGXSNickname.isEmpty()) if (!mGXSNickname.isEmpty())