summaryrefslogtreecommitdiffstats
path: root/content/shell/tools/plugin/win/TestNetscapePlugin.rc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/tools/plugin/win/TestNetscapePlugin.rc')
-rw-r--r--content/shell/tools/plugin/win/TestNetscapePlugin.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/shell/tools/plugin/win/TestNetscapePlugin.rc b/content/shell/tools/plugin/win/TestNetscapePlugin.rc
index a485eeb..7c8245f 100644
--- a/content/shell/tools/plugin/win/TestNetscapePlugin.rc
+++ b/content/shell/tools/plugin/win/TestNetscapePlugin.rc
@@ -71,10 +71,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Apple Inc."
VALUE "FileDescription", "Simple Netscape plug-in that handles test content for WebKit"
- VALUE "FileExtents", "testnetscape|png"
- VALUE "FileOpenName", "test netscape content|PNG image"
+ VALUE "FileExtents", "testnetscape"
+ VALUE "FileOpenName", "test netscape content"
VALUE "LegalCopyright", "Copyright Apple Inc. 2007-2009"
- VALUE "MIMEType", "application/x-webkit-test-netscape|image/png"
+ VALUE "MIMEType", "application/x-webkit-test-netscape"
VALUE "OriginalFilename", "np_test_netscape_plugin.dll"
VALUE "ProductName", "WebKit Test PlugIn"
END