diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-24 15:25:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-24 15:25:44 +0300 |
commit | 2335c2083a8e8f7e62121c9a343fe6c6ec0c0478 (patch) | |
tree | 0dd8a08a988532505d7722c3a2bcd6a6f512da7b /plugins/IEHistory | |
parent | 753a9206768e249e8efedbab65c06641bb8956ac (diff) |
unified version resource with explicitly stated language & code page
Diffstat (limited to 'plugins/IEHistory')
-rw-r--r-- | plugins/IEHistory/res/version.rc | 61 |
1 files changed, 6 insertions, 55 deletions
diff --git a/plugins/IEHistory/res/version.rc b/plugins/IEHistory/res/version.rc index 3cf4c0a4ac..b94e0e6567 100644 --- a/plugins/IEHistory/res/version.rc +++ b/plugins/IEHistory/res/version.rc @@ -1,16 +1,13 @@ // Microsoft Visual C++ generated resource script. // -#include "..\src\resource.h" +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + #include "..\src\version.h" #define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// #include "afxres.h" - -///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// @@ -22,37 +19,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource1.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - VS_VERSION_INFO VERSIONINFO FILEVERSION __FILEVERSION_STRING PRODUCTVERSION __FILEVERSION_STRING @@ -68,33 +34,18 @@ VS_VERSION_INFO VERSIONINFO BEGIN BLOCK "StringFileInfo" BEGIN - BLOCK "040904b0" + BLOCK "000004b0" BEGIN VALUE "Author", __AUTHOR - VALUE "FileDescription", __DESC VALUE "FileVersion", __VERSION_STRING - VALUE "InternalName", __PLUGIN_DISPLAY_NAME VALUE "LegalCopyright", __COPYRIGHT END END BLOCK "VarFileInfo" BEGIN - VALUE "Translation", 0x409, 1200 + VALUE "Translation", 0x0, 1200 END END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - |