diff options
Diffstat (limited to 'Tools/DumpRenderTree/TestNetscapePlugIn/win')
-rw-r--r-- | Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc b/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc index a8fbbcd..5a02f9d 100644 --- a/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc +++ b/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc @@ -70,12 +70,13 @@ BEGIN BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "Apple Inc."
- VALUE "FileDescription", "TestNetscapePlugIn"
+ VALUE "FileDescription", "Simple Netscape plug-in that handles test content for WebKit"
+ VALUE "FileExtents", "testnetscape"
VALUE "FileOpenName", "test netscape content"
VALUE "LegalCopyright", "Copyright Apple Inc. 2007-2009"
VALUE "MIMEType", "application/x-webkit-test-netscape"
VALUE "OriginalFilename", "npTestNetscapePlugin.dll"
- VALUE "ProductName", "TestNetscapePlugIn"
+ VALUE "ProductName", "WebKit Test PlugIn"
END
END
BLOCK "VarFileInfo"
|