diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-03 17:43:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-03 17:43:38 +0900 |
| commit | 6964feed838dec70e7743ea90b390e4ae706d3c9 (patch) | |
| tree | 6faf8862c19e31a988e9b5a43485a9f23b89d4a8 /extensions/nsplugin/examples/grapher/grapher.rc | |
| parent | 81288cfcb6a543d96a1ee4bf1d7d3c26231f517f (diff) | |
| download | tqt-6964feed.tar.gz tqt-6964feed.zip | |
Remove obsolete Netscape plugin and its classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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
|
