mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-24 11:53:09 +01:00
* Fixed TWK-386. Renamed Music to Collection in settings dialog.
This commit is contained in:
parent
0e7fae2b5a
commit
65b2f42463
@ -242,7 +242,7 @@ SettingsDialog::createIcons()
|
||||
|
||||
QListWidgetItem *musicButton = new QListWidgetItem( ui->listWidget );
|
||||
musicButton->setIcon( QIcon( RESPATH "images/music-settings.png" ) );
|
||||
musicButton->setText( tr( "Music" ) );
|
||||
musicButton->setText( tr( "Collection" ) );
|
||||
musicButton->setTextAlignment( Qt::AlignHCenter );
|
||||
musicButton->setFlags( Qt::ItemIsSelectable | Qt::ItemIsEnabled );
|
||||
maxlen = qMax( fm.width( musicButton->text() ), maxlen );
|
||||
@ -427,7 +427,7 @@ SettingsDialog::testLastFmLogin()
|
||||
QNetworkProxy newProxy( oldProxyFactory->proxy() );
|
||||
newProxyFactory->setProxy( newProxy );
|
||||
currNam->setProxyFactory( newProxyFactory );
|
||||
|
||||
|
||||
QNetworkReply* authJob = lastfm::ws::post( query );
|
||||
|
||||
connect( authJob, SIGNAL( finished() ), SLOT( onLastFmFinished() ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user