diff options
Diffstat (limited to 'extensions/nsplugin/examples/grapher/grapher.rc')
| -rw-r--r-- | extensions/nsplugin/examples/grapher/grapher.rc | 36 | 
1 files changed, 0 insertions, 36 deletions
| diff --git a/extensions/nsplugin/examples/grapher/grapher.rc b/extensions/nsplugin/examples/grapher/grapher.rc deleted file mode 100644 index 558c738ad..000000000 --- a/extensions/nsplugin/examples/grapher/grapher.rc +++ /dev/null @@ -1,36 +0,0 @@ -
 -1 VERSIONINFO
 - FILEVERSION 1,0,0,1
 - PRODUCTVERSION 1,0,0,1
 - FILEFLAGSMASK 0x3fL
 -#ifdef _DEBUG
 - FILEFLAGS 0x1L
 -#else
 - FILEFLAGS 0x0L
 -#endif
 - FILEOS 0x4L
 - FILETYPE 0x2L
 - FILESUBTYPE 0x0L
 -BEGIN
 -    BLOCK "StringFileInfo"
 -    BEGIN
 -        BLOCK "040904e4"
 -        BEGIN
 -            VALUE "CompanyName", "Trolltech\0"
 -            VALUE "FileDescription", "grapher\0"
 -	    VALUE "FileExtents", "g1n\0"
 -	    VALUE "FileOpenName", "Graphable data (*.g1n)\0"
 -            VALUE "FileVersion", "1, 0, 0, 1\0"
 -            VALUE "InternalName", "grapher\0"
 -            VALUE "LegalCopyright", "Copyright © 1997-2008 Trolltech ASA\0"
 -	    VALUE "MIMEType", "application/x-graphable\0"
 -            VALUE "OriginalFilename", "grapher.dll\0"
 -            VALUE "ProductName", "Trolltech grapher\0"
 -            VALUE "ProductVersion", "1, 0, 0, 1\0"
 -        END
 -    END
 -    BLOCK "VarFileInfo"
 -    BEGIN
 -        VALUE "Translation", 0x409, 1252
 -    END
 -END
 | 
