Bug 37275, Changing value of all progids, and changing everywhere a progid

is mentioned to mention a contractid, including in identifiers.

r=warren


git-svn-id: svn://10.0.0.236/trunk@232508 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rayw%netscape.com 2007-08-22 04:53:04 +00:00
parent e3fc6f3ee4
commit 22525f0ea3

View File

@ -307,7 +307,7 @@ function EditorExecuteScript(fileSpec)
function EditorGetScriptFileSpec()
{
var fs = Components.classes["component://netscape/filespec"].createInstance();
var fs = Components.classes["@mozilla.org/filespec;1"].createInstance();
fs = fs.QueryInterface(Components.interfaces.nsIFileSpec);
fs.unixStyleFilePath = "journal.js";
return fs;