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

List:       kmail-devel
Subject:    Re: adding timestamp to transmission completed statusbar message
From:       Ingo =?iso-8859-1?q?Kl=F6cker?= <kloecker () kde ! org>
Date:       2003-03-08 17:51:48
[Download RAW message or body]

On Saturday 22 February 2003 19:05, Patrick S. Vogt wrote:
> Here is a small patch that adds a timestamp to the transmission
> completed message.

The patch looks good except for:
+  KLocale locale("kmail");
+  statusMsg.append( " (" + locale.formatDateTime( 
QDateTime::currentDateTime() ) + ")" );

You should use
  KLocale* locale = KGlobal::locale();
  statusMsg.append( " (" + locale->formatDateTime( 
QDateTime::currentDateTime() ) + ")" );
instead.

Do you have a cvs account? Or should I commit your patch?

Regards,
Ingo


[Attachment #3 (application/pgp-signature)]
_______________________________________________
KMail Developers mailing list
kmail@mail.kde.org
http://mail.kde.org/mailman/listinfo/kmail

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

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