oracle Æther <-> Aether URL Bug

This commit is contained in:
Marcus Schütz 2010-01-22 19:59:03 +01:00
parent 9c4264b491
commit 07f49f54ff

View file

@ -173,6 +173,7 @@ QString OracleImporter::getURLFromName(QString name) const
{ {
return pictureUrl.arg( return pictureUrl.arg(
name name
.replace("Æther", "Aether")
.remove('\'') .remove('\'')
.remove("//") .remove("//")
.remove(',') .remove(',')