1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-07 17:42:35 +02:00

we now support the playdar AUTH so fix string and make it on by default

This commit is contained in:
Leo Franchi 2011-03-02 18:09:37 -05:00
parent db981757ac
commit 90ef2d035f

View File

@ -23,7 +23,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tabJabber">
<attribute name="title">
@ -382,10 +382,10 @@
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>Playdar HTTP API - NO AUTH</string>
<string>Playdar HTTP API</string>
</property>
<property name="checked">
<bool>false</bool>
<bool>true</bool>
</property>
</widget>
</item>