Add an icon to Grooveshark song URL message box

This commit is contained in:
Arnaud Bienner 2012-03-26 23:32:42 +02:00
parent e33de66d0f
commit 3d350b35e9
1 changed files with 1 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@ void GroovesharkService::SongUrlToShareReceived(QNetworkReply* reply) {
QMessageBox url_box;
url_box.setWindowTitle(tr("Grooveshark song's URL"));
url_box.setWindowIcon(QIcon(":/icon.png"));
url_box.setText(url);
url_box.setStandardButtons(QMessageBox::Ok);
QPushButton* copy_to_clipboard_button =