rename aReloadPages to aRedrawPages according to erik's review comment

sr=erik
not part of the build yet.
This commit is contained in:
ftang%netscape.com 2001-02-06 02:50:07 +00:00
Родитель d093e19bce
Коммит 33261f41e5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,7 +45,7 @@ interface nsIFontPackageService : nsISupports {
/*
* Notify the installation have been handled
* @param aSuccess to notify it is a success installation or not
* @param aReloadPages to notify to reload all relate page or not
* @param aRedrawPages to notify to reload all relate page or not
* @param aFontPackID a font package id, this should be the same value pass to
* nsIFontPackageHandler::
* The id have the following naming convenation
@ -64,6 +64,6 @@ interface nsIFontPackageService : nsISupports {
* th - Thai font package ("lang:th")
* other name space are reserved for now.
*/
void FontPackageHandled(in boolean aSuccess, in boolean aReloadPages, in string aFontPackID );
void FontPackageHandled(in boolean aSuccess, in boolean aRedrawPages, in string aFontPackID );
};