Bug 52454; switch to new .properties file; r=pchen@netscape.com, sr=ben@netscape.com

git-svn-id: svn://10.0.0.236/trunk@93858 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
law%netscape.com
2001-05-03 23:34:41 +00:00
parent 9a067028cb
commit c183181ba6

View File

@@ -96,7 +96,7 @@ nsHelperAppDialog.prototype = {
.createInstance( nsIFilePicker );
var bundle = Components.classes[ "@mozilla.org/intl/stringbundle;1" ]
.getService( Components.interfaces.nsIStringBundleService )
.createBundle( "chrome://global/locale/helperAppLauncher.properties");
.createBundle( "chrome://global/locale/nsHelperAppDlg.properties");
var windowTitle = bundle.GetStringFromName( "saveDialogTitle" );