diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-22 08:03:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-22 08:03:13 +0000 |
commit | 0074bc782f2568f4d0ae4c3c4f95df96b4a7aa4a (patch) | |
tree | 4355c7310d5f1db2060e49e0c8ad1100e758c4ec /plugins/Spamotron/res/spamotron.rc | |
parent | 471a7df97aa4d604e62d7497802fef615e9841dc (diff) |
small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron/res/spamotron.rc')
-rw-r--r-- | plugins/Spamotron/res/spamotron.rc | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/plugins/Spamotron/res/spamotron.rc b/plugins/Spamotron/res/spamotron.rc index ae2b3bb252..beef978d7f 100644 --- a/plugins/Spamotron/res/spamotron.rc +++ b/plugins/Spamotron/res/spamotron.rc @@ -13,55 +13,6 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Neutral resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#pragma code_page(1251)
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,4,6
- PRODUCTVERSION 0,0,4,6
- FILEFLAGSMASK 0x17L
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "CompanyName", "vu1tur.eu.org"
- VALUE "FileDescription", "Spam-o-tron anti-spam plugin for Miranda"
- VALUE "FileVersion", "0.0.4.6"
- VALUE "InternalName", "spamotron"
- VALUE "LegalCopyright", "Copyright (c) 2010 vu1tur"
- VALUE "OriginalFilename", "spamotron.dll"
- VALUE "ProductName", "Spam-o-tron"
- VALUE "ProductVersion", "0.0.4.6"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
-
-#endif // Neutral resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
@@ -76,7 +27,7 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT 1 TEXTINCLUDE
BEGIN
- "resource.h\0"
+ "..\\src\\resource.h\0"
END
2 TEXTINCLUDE
|