utf8 serverprofiles fix
This commit is contained in:
@@ -83,7 +83,7 @@ void joinNetworkGameDialogImpl::exec() {
|
|||||||
TiXmlElement * profiles = new TiXmlElement( "ServerProfiles" );
|
TiXmlElement * profiles = new TiXmlElement( "ServerProfiles" );
|
||||||
root->LinkEndChild( profiles );
|
root->LinkEndChild( profiles );
|
||||||
|
|
||||||
doc.SaveFile( QString::fromUtf8(myServerProfilesFile.c_str()).toStdString() );
|
doc.SaveFile( myServerProfilesFile );
|
||||||
}
|
}
|
||||||
|
|
||||||
//Liste Füllen
|
//Liste Füllen
|
||||||
|
|||||||
Reference in New Issue
Block a user