From 102b078a36752afcf1ed849f687c8f16bcc261ba Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 18 Sep 2015 00:45:36 +0000 Subject: PluginUpdater: proper capitalization, copyright update git-svn-id: http://svn.miranda-ng.org/main/trunk@15374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/res/Resource.rc | 2 +- plugins/PluginUpdater/src/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 80fc0f5ea5..909a7df781 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -68,7 +68,7 @@ BEGIN CONTROL "",IDC_PERIODSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_DISABLED,92,56,10,15 COMBOBOX IDC_PERIODMEASURE,114,56,58,30,CBS_DROPDOWNLIST | CBS_SORT | WS_DISABLED | WS_VSCROLL | WS_TABSTOP CONTROL "Silent mode",IDC_SILENTMODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,72,267,10 - CONTROL "Backup database before update (requires db_autobackups)",IDC_BACKUP, + CONTROL "Backup database before update (requires Db_autobackups)",IDC_BACKUP, "Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,11,86,267,10 GROUPBOX "Files source",IDC_STATIC,2,115,285,96 CONTROL "Stable version",IDC_STABLE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,128,267,10 diff --git a/plugins/PluginUpdater/src/Version.h b/plugins/PluginUpdater/src/Version.h index d6268c1520..f9aa128e58 100644 --- a/plugins/PluginUpdater/src/Version.h +++ b/plugins/PluginUpdater/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Mataes, George Hazan" #define __AUTHOREMAIL "mataes2007@gmail.com" #define __AUTHORWEB "http://miranda-ng.org/p/PluginUpdater/" -#define __COPYRIGHT "© 2012 Mataes, George Hazan" +#define __COPYRIGHT "© 2012-15 Mataes, George Hazan" -- cgit v1.2.3