Change Lobby text to Room in CreateLobbyDialog.

This commit is contained in:
Phenom 2018-07-15 16:37:33 +02:00
parent 80f4907d66
commit 820841668e
3 changed files with 44 additions and 85 deletions

View file

@ -106,7 +106,7 @@ void CreateLobbyDialog::checkTextFields()
break ;
}
RsIdentityDetails(idd) ;
RsIdentityDetails idd;
rsIdentity->getIdDetails(id,idd) ;