From 19c9aa7db13dc078b7aeee689a7bee708a455432 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 6 Apr 2015 13:59:52 +0000 Subject: options section name as in other plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@12631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/IEView') diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp index ca000e8a33..59fd621c06 100644 --- a/plugins/IEView/src/Options.cpp +++ b/plugins/IEView/src/Options.cpp @@ -440,7 +440,7 @@ int IEViewOptInit(WPARAM wParam, LPARAM) { OPTIONSDIALOGPAGE odp = { sizeof(odp) }; odp.hInstance = hInstance; - odp.ptszGroup = LPGENT("Message Sessions"); + odp.ptszGroup = LPGENT("Message sessions"); odp.ptszTitle = LPGENT("IEView"); odp.flags = ODPF_BOLDGROUPS | ODPF_TCHAR; odp.pszTemplate = MAKEINTRESOURCEA(tabPages[0].dlgId); -- cgit v1.2.3