From 23b0ce48247820cde94896f18ad3f80a80d19bbb Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 28 Aug 2013 19:21:55 +0000 Subject: - langpacks update + cosmetics git-svn-id: http://svn.miranda-ng.org/main/trunk@5874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SkypeStatusChange/src/Version.h | 4 ++-- plugins/SkypeStatusChange/src/options.cpp | 2 +- plugins/SkypeStatusChange/src/stdafx.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/SkypeStatusChange') diff --git a/plugins/SkypeStatusChange/src/Version.h b/plugins/SkypeStatusChange/src/Version.h index 88ea62a5eb..091aab28ff 100644 --- a/plugins/SkypeStatusChange/src/Version.h +++ b/plugins/SkypeStatusChange/src/Version.h @@ -5,9 +5,9 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -#define __PLUGIN_NAME "SkypeStatusChange" +#define __PLUGIN_NAME "Skype status change" #define __FILENAME "SkypeStatusChange.dll" -#define __DESCRIPTION "Skype Status Change according to Miranda-Status." +#define __DESCRIPTION "Skype status change according to Miranda status." #define __AUTHOR "Dioksin" #define __AUTHOREMAIL "dioksin@ua.fm" #define __AUTHORWEB "http://miranda-ng.org/p/SkypeStatusChange/" diff --git a/plugins/SkypeStatusChange/src/options.cpp b/plugins/SkypeStatusChange/src/options.cpp index 476feaae21..cef55fa17f 100644 --- a/plugins/SkypeStatusChange/src/options.cpp +++ b/plugins/SkypeStatusChange/src/options.cpp @@ -308,7 +308,7 @@ int SSC_OptInitialise(WPARAM wp, LPARAM lp) OPTIONSDIALOGPAGE odp = { sizeof(odp) }; odp.position = 910000000; odp.hInstance = g_hModule; - odp.pszTitle = LPGEN("Change Skype Status"); + odp.pszTitle = LPGEN("Change Skype status"); odp.pszGroup = LPGEN("Plugins"); odp.pszTemplate = MAKEINTRESOURCEA(IDD_DIALOG_SETTINGS); odp.pfnDlgProc = SettingsDlgProc; diff --git a/plugins/SkypeStatusChange/src/stdafx.h b/plugins/SkypeStatusChange/src/stdafx.h index ebc0f3036d..bc4b64d139 100644 --- a/plugins/SkypeStatusChange/src/stdafx.h +++ b/plugins/SkypeStatusChange/src/stdafx.h @@ -18,7 +18,7 @@ #include #include -#define MODULENAME "Change Skype Status" +#define MODULENAME "Change Skype status" class COptions { -- cgit v1.2.3