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

List:       kde-commits
Subject:    kdelibs/khtml
From:       Maks Orlovich <mo002j () mail ! rochester ! edu>
Date:       2002-12-09 1:58:04
[Download RAW message or body]

CVS commit by orlovich: 


Finally commit the patch from Jonathan Marten <jonathan-dot-marten-at-uk-dot-sun-dot-com> for
#25528 -- after 1 year and 7 months -- how in the world did that happen!?

This makes sure that the file name arg() is last so that any %2's in it don't pick up the size..

Many thaks to Mr. Marten for the patch....


CCMAIL: 25528-done@bugs.kde.org


  M +1 -1      khtml_part.cpp   1.776


--- kdelibs/khtml/khtml_part.cpp  #1.775:1.776
@@ -2513,5 +2513,5 @@ void KHTMLPart::overURL( const QString &
       {
         float d = (float) buff.st_size/1024.0;
-        text = i18n("%1 (%2 K)").arg(text2).arg(KGlobal::locale()->formatNumber(d, 2)); // was %.2f
+        text = i18n("%2 (%1 K)").arg(KGlobal::locale()->formatNumber(d, 2)).arg(text2); // was %.2f
       }
       text += "  ";


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

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