mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-24 06:33:04 +02:00
Make consistent name
This commit is contained in:
@@ -40,7 +40,7 @@ XmppAccountFactory::createAccount( const QString& accountId )
|
|||||||
XmppAccount::XmppAccount( const QString &accountId )
|
XmppAccount::XmppAccount( const QString &accountId )
|
||||||
: Account( accountId )
|
: Account( accountId )
|
||||||
{
|
{
|
||||||
setAccountServiceName( "XMPP (Jabber)" );
|
setAccountServiceName( "Jabber (XMPP)" );
|
||||||
setTypes( SipType );
|
setTypes( SipType );
|
||||||
|
|
||||||
m_configWidget = QWeakPointer< QWidget >( new XmppConfigWidget( this, 0 ) );
|
m_configWidget = QWeakPointer< QWidget >( new XmppConfigWidget( this, 0 ) );
|
||||||
|
@@ -46,7 +46,7 @@ public:
|
|||||||
XmppAccountFactory() {}
|
XmppAccountFactory() {}
|
||||||
virtual ~XmppAccountFactory() {}
|
virtual ~XmppAccountFactory() {}
|
||||||
|
|
||||||
QString prettyName() const { return "XMPP (Jabber)"; }
|
QString prettyName() const { return "Jabber (XMPP)"; }
|
||||||
QString description() const { return tr( "Log on to your Jabber/XMPP account to connect to your friends" ); }
|
QString description() const { return tr( "Log on to your Jabber/XMPP account to connect to your friends" ); }
|
||||||
QString factoryId() const { return "xmppaccount"; }
|
QString factoryId() const { return "xmppaccount"; }
|
||||||
QPixmap icon() const { return QPixmap( ":/xmpp-icon.png" ); }
|
QPixmap icon() const { return QPixmap( ":/xmpp-icon.png" ); }
|
||||||
|
Reference in New Issue
Block a user