installationservices/swi/inc/progressbar.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
--- a/installationservices/swi/inc/progressbar.h	Tue Aug 31 15:21:33 2010 +0300
+++ b/installationservices/swi/inc/progressbar.h	Wed Sep 01 12:22:02 2010 +0100
@@ -30,7 +30,7 @@
 	/// How many increments to update the bar on the uninstall of a file
 	const static TInt KProgressBarUninstallAmount=1;
 	
-	/// How many bytes to copy before updating the progress bar by one increment
+	/// How many bytes to copy before updating the progress bar by one increment.
 	const static TInt KProgressBarInstallChunkSize=1048576;  //1MB
 
 	/// The extra increment we add onto the end to make there always be some progress.