From f9ac6bc30beec86994091fa144dc3a569cd4a843 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 20 Feb 2014 20:21:34 +0000 Subject: - standardized version resource; - unused header file removed from project; - code cleaning; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@8198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewAwaySysMod/res/NewAwaySys.rc | 4 +-- plugins/NewAwaySysMod/res/version.rc | 54 +++++++++++---------------------- 2 files changed, 19 insertions(+), 39 deletions(-) (limited to 'plugins/NewAwaySysMod/res') diff --git a/plugins/NewAwaySysMod/res/NewAwaySys.rc b/plugins/NewAwaySysMod/res/NewAwaySys.rc index 7e5bb36546..ab026a3ef9 100644 --- a/plugins/NewAwaySysMod/res/NewAwaySys.rc +++ b/plugins/NewAwaySysMod/res/NewAwaySys.rc @@ -155,7 +155,7 @@ BEGIN BS_ICON | WS_TABSTOP,180,17,29,12 CONTROL "Don't reply to ICQ contacts",IDC_REPLYDLG_DONTSENDTOICQ, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,119,275,10 - CONTROL "Don't reply when I'm invisible to the contact", + CONTROL "Don't reply when i'm invisible to the contact", IDC_REPLYDLG_DONTREPLYINVISIBLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,107,275,10 CONTROL "Save autoreply to the history",IDC_REPLYDLG_LOGREPLY, @@ -172,7 +172,7 @@ BEGIN UDS_ARROWKEYS | UDS_NOTHOUSANDS,156,70,12,12 LTEXT "times (-1=infinite)",IDC_REPLYDLG_STATIC_TIMES,172,72, 124,8 - CONTROL "Reset this counter also when I just change my status text\n(when status icon remains the same)", + CONTROL "Reset this counter also when i just change my status text\n(when status icon remains the same)", IDC_REPLYDLG_RESETCOUNTERWHENSAMEICON,"Button", BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,34, 84,262,18 diff --git a/plugins/NewAwaySysMod/res/version.rc b/plugins/NewAwaySysMod/res/version.rc index 408fa5fa8b..5bfbab4754 100644 --- a/plugins/NewAwaySysMod/res/version.rc +++ b/plugins/NewAwaySysMod/res/version.rc @@ -1,58 +1,38 @@ -// -// version.rc - resources Microsoft Visual C++ does not edit directly +// Microsoft Visual C++ generated resource script. // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED +#include "afxres.h" +#include "..\src\version.h" -///////////////////////////////////////////////////////////////////////////// -// Add manually edited resources here... - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// -#include "VersionNo.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION FILEVER - PRODUCTVERSION PRODUCTVER - FILEFLAGSMASK 0x3fL + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L #ifdef _DEBUG - FILEFLAGS 0x21L + FILEFLAGS 0x1L #else - FILEFLAGS 0x20L + FILEFLAGS 0x0L #endif - FILEOS 0x40004L - FILETYPE 0x2L + FILEOS 0x4L + FILETYPE 0x0L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN - BLOCK "040904b0" + BLOCK "000004b0" BEGIN - VALUE "CompanyName", "NightFox; Deathdemon; XF007; Goblineye Entertainment" - VALUE "FileDescription", "New Away System plugin for Miranda NG" - VALUE "FileVersion", STRFILEVER - VALUE "LegalCopyright", "© 2010 NightFox; © 2005-2006 Chervov Dmitry; © 2004-2005 Iksaif Entertainment; © 2002-2003 Goblineye Entertainment" -#ifdef _UNICODE - VALUE "InternalName", "NewAwaySysW" - VALUE "OriginalFilename", "NewAwaySysW.dll" - VALUE "ProductName", "New Away System (Unicode)" -#else - VALUE "InternalName", "NewAwaySys" - VALUE "OriginalFilename", "NewAwaySys.dll" - VALUE "ProductName", "New Away System (ANSI)" -#endif - VALUE "ProductVersion", STRPRODUCTVER - VALUE "SpecialBuild", STRSPECIALBUILD + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME END END BLOCK "VarFileInfo" BEGIN - VALUE "Translation", 0x409, 1200 + VALUE "Translation", 0x0, 1200 END END - -///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3