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:
@@ -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" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user