From 55413f404aa7a59bfbf38f9f91fabb595eca57ad Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 03 Jul 2004 18:47:04 +0000 Subject: Fix of caption --- (limited to 'kmicromail/viewmail.cpp') diff --git a/kmicromail/viewmail.cpp b/kmicromail/viewmail.cpp index 1b74564..b434318 100644 --- a/kmicromail/viewmail.cpp +++ b/kmicromail/viewmail.cpp @@ -350,7 +350,7 @@ void ViewMail::setText() bccString += (*it); } - setCaption( caption().arg( m_mail[0] ) ); + setCaption( tr("E-Mail by %1").arg( m_mail[0] ) ); m_mailHtml = "" "
" -- cgit v0.9.0.2