hack around 26265/25571 (stringbundles failing in mac profile manager), r=jst@citec.fi

git-svn-id: svn://10.0.0.236/trunk@59963 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com
2000-02-07 00:13:03 +00:00
parent 62c22bf1d9
commit dc44938c54

View File

@@ -167,7 +167,8 @@ function WM_ProgressUpdate( currentPageNumber )
try {
string += ( " " + this.bundle.GetStringFromName("oflabel") + " " );
} catch (e) {
string += "of";
// mac string bundle hack
string += " of ";
}
string += this.GetMapLength();
var textNode = document.createTextNode ( string );