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

List:       kde-commits
Subject:    KDE/kdenetwork/krfb
From:       Harsh Chouraria J <qwertymaniac () gmail ! com>
Date:       2009-11-12 11:57:12
Message-ID: 1258027032.397815.12464.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1047949 by harshj:

BUG: 152149

Fixed bug related to Timezone data in KRFB-sent emails by using \
KSystemTimeZones::local() and adding the zone name.


 M  +3 -1      manageinvitationsdialog.cpp  


--- trunk/KDE/kdenetwork/krfb/manageinvitationsdialog.cpp #1047948:1047949
@@ -28,6 +28,7 @@
 #include <KConfigDialog>
 #include <KMessageBox>
 #include <KToolInvocation>
+#include <KSystemTimeZone>
 
 // settings dialog
 #include "ui_configtcp.h"
@@ -146,12 +147,13 @@
                   "Otherwise you can use any VNC client with the following \
parameters:\n\n"  "Host: %2:%3\n"
                   "Password: %4\n\n"
-                  "For security reasons this invitation will expire at %5.")
+                  "For security reasons this invitation will expire at %5 (%6).")
             .subs(invUrl.url())
             .subs(host)
             .subs(QString::number(port))
             .subs(inv.password())
             .subs(KGlobal::locale()->formatDateTime(inv.expirationTime()))
+            .subs(KSystemTimeZones::local().name())
             .toString());
 
 }


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

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