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

List:       kde-commits
Subject:    branches/KDE/4.3/kdeplasma-addons/applets/weatherstation
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2009-08-10 18:18:39
Message-ID: 1249928319.114643.32738.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1009723 by aacid:

correctly format time


 M  +1 -1      weatherstation.cpp  


--- branches/KDE/4.3/kdeplasma-addons/applets/weatherstation/weatherstation.cpp \
#1009722:1009723 @@ -160,7 +160,7 @@
 
         if (m_showToolTip) {
             Plasma::ToolTipContent ttc(data["Place"].toString(),
-                    i18n("Last updated: ") + \
QDateTime::currentDateTime().toString()); +                    i18n("Last updated: ") \
+ KGlobal::locale()->formatDateTime(QDateTime::currentDateTime(), \
KLocale::FancyLongDate));  Plasma::ToolTipManager::self()->setContent(this, ttc);
         }
     }


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

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