From 571a75e64683794c8f5a0a2f9046f470250def49 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 11 Feb 2014 18:31:57 +0000 Subject: Spamotron: resource cosmetic, decapitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@8099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Spamotron/res/spamotron.rc | 2 +- plugins/Spamotron/src/options.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Spamotron') diff --git a/plugins/Spamotron/res/spamotron.rc b/plugins/Spamotron/res/spamotron.rc index b7a6bbd29b..6bd7870ca3 100644 --- a/plugins/Spamotron/res/spamotron.rc +++ b/plugins/Spamotron/res/spamotron.rc @@ -206,7 +206,7 @@ BEGIN GROUPBOX "Appearance",IDC_STATIC,8,41,293,181 CTEXT "Foreground",IDC_STATIC,126,54,50,8 CTEXT "Background",IDC_STATIC,184,54,50,8 - CTEXT "Timeout",IDC_STATIC,242,54,40,8 + CTEXT "Timeout (sec)",IDC_STATIC,235,54,54,8 CONTROL "Contact blocked",IDC_OPT_POPUPS_NOTIFY_BLOCKED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,67,105,10 CONTROL "",IDC_OPT_POPUPS_BLOCKED_FOREGROUND,"ColourPicker",WS_TABSTOP,126,67,50,10 CONTROL "",IDC_OPT_POPUPS_BLOCKED_BACKGROUND,"ColourPicker",WS_TABSTOP,184,67,50,10 diff --git a/plugins/Spamotron/src/options.cpp b/plugins/Spamotron/src/options.cpp index 1aa1f6c119..c68ef2cdd0 100644 --- a/plugins/Spamotron/src/options.cpp +++ b/plugins/Spamotron/src/options.cpp @@ -561,7 +561,7 @@ int OnOptInitialize(WPARAM wParam, LPARAM lParam) { OPTIONSDIALOGPAGE odp = { sizeof(odp) }; odp.hInstance = hInst; - odp.ptszGroup = LPGENT("Message Sessions"); + odp.ptszGroup = LPGENT("Message sessions"); odp.ptszTitle = _T(PLUGIN_NAME); odp.flags = ODPF_TCHAR | ODPF_BOLDGROUPS; -- cgit v1.2.3