changeset 10 | 4530440261a8 |
parent 0 | 84ad3b177aa3 |
--- a/browserui/browser/BrowserAppSrc/BrowserProgressIndicator.cpp Fri Jul 03 15:46:41 2009 +0100 +++ b/browserui/browser/BrowserAppSrc/BrowserProgressIndicator.cpp Thu Aug 27 07:42:55 2009 +0300 @@ -39,7 +39,7 @@ const TInt KGranularity = 4; const TUint KkBLimit = 999; const TUint KOnekB = 1024; -const TUint KOneMB = 1048580; +const TUint KOneMB = 1024 * 1024; const TInt KMaxPercentage = 100; const TInt KMBLimit = 10; const TInt KMaxMBLimit = 100;