Fix typo from bug 519601 that busted windows.

This commit is contained in:
Chris Jones 2010-04-14 02:31:36 -05:00
parent c03a0009e7
commit e4c14091b0

View File

@ -114,7 +114,7 @@ string
MungePluginDsoPath(const string& path)
{
#if defined(XP_WIN)
return "\""+ mPluginFilePath +"\"";
return "\""+ path +"\"";
#elif defined(OS_LINUX)
// https://bugzilla.mozilla.org/show_bug.cgi?id=519601
return ReplaceAll(path, "netscape", "netsc@pe");