[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Amarok]  Added KAction text for consistency.
From:       Teo Mrnjavac <teo () getamarok ! com>
Date:       2009-08-22 11:27:02
Message-ID: 200908221127.n7MBR2gw005653 () Wurst ! kollide ! net
[Download RAW message or body]

commit 9945fc8032ea584ecc6ba7271cbcb800d4e25d07
Author:     Teo Mrnjavac <teo@getamarok.com>
AuthorDate: Sat Aug 22 11:45:03 2009 +0200
Commit:     Teo Mrnjavac <teo@getamarok.com>
CommitDate: Sat Aug 22 11:45:41 2009 +0200

    Added KAction text for consistency.

diff --git a/src/aboutdialog/OcsAuthorItem.cpp b/src/aboutdialog/OcsAuthorItem.cpp
index 91b322b..854ac33 100644
--- a/src/aboutdialog/OcsAuthorItem.cpp
+++ b/src/aboutdialog/OcsAuthorItem.cpp
@@ -90,7 +90,7 @@ OcsAuthorItem::init()
     m_iconsBar->setIconSize( QSize( 22, 22 ) );
     m_iconsBar->setContentsMargins( 0, 0, 0, 0 );
 
-    KAction *email = new KAction( KIcon( "internet-mail" ), "", this );
+    KAction *email = new KAction( KIcon( "internet-mail" ), i18n("Email \
contributor"), this );  email->setToolTip( m_person->emailAddress() );
     email->setData( QString( "mailto:" + m_person->emailAddress() ) );
     m_iconsBar->addAction( email );
@@ -98,7 +98,7 @@ OcsAuthorItem::init()
 
     if( !m_person->webAddress().isEmpty() )
     {
-        KAction *homepage = new KAction( KIcon( "applications-internet" ), "", this \
); +        KAction *homepage = new KAction( KIcon( "applications-internet" ), \
i18n("Visit contributor's homepage"), this );  homepage->setToolTip( \
m_person->webAddress() );  homepage->setData( m_person->webAddress() );
         m_iconsBar->addAction( homepage );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic