utf8 serverprofiles fix

This commit is contained in:
doitux
2007-05-27 19:18:19 +00:00
parent a53738135d
commit 597d675866
@@ -83,7 +83,7 @@ void joinNetworkGameDialogImpl::exec() {
TiXmlElement * profiles = new TiXmlElement( "ServerProfiles" );
root->LinkEndChild( profiles );
doc.SaveFile( QString::fromUtf8(myServerProfilesFile.c_str()).toStdString() );
doc.SaveFile( myServerProfilesFile );
}
//Liste Füllen