Fix kmail informational text box about sender's time.

This partially resolves bug report 1328.
pull/21/head
Darrell Anderson 12 years ago
parent cd3ecd88c6
commit 236976596f

@ -668,7 +668,7 @@ namespace KMail {
}
else if ( currTime > TQTime( 6, 0, 0 ) && currTime <= TQTime( 12, 0, 0 ) ) {
timeofday = i18n( "Morning" );
color = "white";
color = "black";
bg_color = "#00A6FF";
bg_image = "url(data:image/png;base64,"
"iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAWklEQVQI122OQQ7DMAzDaP3/dfuO"
@ -714,7 +714,7 @@ namespace KMail {
"text-align:center;"
"font-size:12px;"
"padding:2px;"
"width:50px;"
"width:140px;"
"height:50px;"
"margin: 0px 0px 3px 0px;"
"\" class=\"curtime\">%4<br />%5<br />%6</div>"
@ -722,7 +722,7 @@ namespace KMail {
.arg( bg_color )
.arg( color )
.arg( bg_image )
.arg( i18n( "Now:" ) )
.arg( i18n( "Sender's Current Time:" ) )
.arg( currTime.toString( tformat ) )
.arg( timeofday )
);

Loading…
Cancel
Save