diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-29 17:17:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-29 17:17:53 +0300 |
commit | ce3aabf865de4adf5c5cdd7ddf809a12d8f9d0f2 (patch) | |
tree | 6181984ee8a24b86975d0ab0f7ac4cfdfa34854c /plugins/HwHotKeys/src | |
parent | 67a82d69d7d2b38b4da32908854cc7c1ec7f0241 (diff) |
common version resource extracted to the separate file
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
Diffstat (limited to 'plugins/HwHotKeys/src')
-rw-r--r-- | plugins/HwHotKeys/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/src/version.h b/plugins/HwHotKeys/src/version.h index c2bd0de364..184b8eb59a 100644 --- a/plugins/HwHotKeys/src/version.h +++ b/plugins/HwHotKeys/src/version.h @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. #define __PLUGIN_NAME "Hardware HotKeys" // dll-fileinfo "FileVersion" и "ProductName", меню в настройках миранды, название плагина в миранде. Нелокализуемое! #define __FILENAME "HwHotKeys.dll" // dll-fileinfo "OriginalFilename" #define __DESCRIPTION_MIR "Allows you to assign expanded multimedia keys (only for PS/2 keyboards)." // описание плагина в миранде (локализуемое) -#define __DESCRIPTION_DLL "Hardware HotKeys plugin for Miranda NG." // описание плагина в dll-fileinfo "FileDescription" (там многострочные строки - не работают). Нелокализуемое! +#define __DESCRIPTION "Hardware HotKeys plugin for Miranda NG." // описание плагина в dll-fileinfo "FileDescription" (там многострочные строки - не работают). Нелокализуемое! #define __AUTHOR "Eugene f2065" // описание плагина в миранде #define __AUTHORWEB "http://f2065.narod.ru/" // описание плагина в dll-fileinfo "CompanyName", описание плагина в миранде #define __COPYRIGHT "© 2010-18 Eugene f2065" // описание плагина в dll-fileinfo "LegalCopyright", описание плагина в миранде |