*! Decode the encoded url correctly for auto-pronounce feature.

This commit is contained in:
Konstantin Isakov 2009-04-12 23:07:45 +00:00
parent efcb495165
commit 8162a662b6

View file

@ -279,7 +279,7 @@ void ArticleView::playSound()
QString( "gdAudioLink;" ) );
if ( v.type() == QVariant::String )
openLink( QUrl( v.toString() ), ui.definition->url() );
openLink( QUrl::fromEncoded( v.toString().toUtf8() ), ui.definition->url() );
}
void ArticleView::contextMenuRequested( QPoint const & pos )