diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-04 12:56:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-04 12:56:59 +0000 |
commit | ab2438d317799cc265c6f392f877947c61ecd585 (patch) | |
tree | 1fba574bfae0fff6f2986cd0d9ad32049c9f2660 /plugins/NewsAggregstor/Version.rc | |
parent | c6f308281535850e5811e41daa7668bd56b38fff (diff) |
typo fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregstor/Version.rc')
-rw-r--r-- | plugins/NewsAggregstor/Version.rc | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/plugins/NewsAggregstor/Version.rc b/plugins/NewsAggregstor/Version.rc deleted file mode 100644 index e637f0cb33..0000000000 --- a/plugins/NewsAggregstor/Version.rc +++ /dev/null @@ -1,38 +0,0 @@ -// Microsoft Visual C++ generated resource script.
-//
-#include "afxres.h"
-#include "version.h"
-
-#ifdef _WIN32
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#endif //_WIN32
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x17L
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE 0x0L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "FileDescription", __DESCRIPTION
- VALUE "InternalName", __PLUGIN_NAME
- VALUE "LegalCopyright", __COPYRIGHT
- VALUE "OriginalFilename", __FILENAME
- VALUE "ProductName", __PLUGIN_NAME
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
|