From 24a7509680345b2c2b8d083104492e72f32d465d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 7 Dec 2012 10:50:54 +0000 Subject: - Options tree items change git-svn-id: http://svn.miranda-ng.org/main/trunk@2681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FavContacts/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/FavContacts') diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index b9b4aef86d..98b54270d6 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -278,7 +278,7 @@ int ProcessOptInitialise(WPARAM wParam, LPARAM lParam) odp.position = 100000000; odp.hInstance = g_hInst; odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTIONS); - odp.pszGroup = LPGEN("Contact List"); + odp.pszGroup = LPGEN("Contacts"); odp.pszTitle = LPGEN("Favourites"); odp.groupPosition = 910000000; odp.flags = ODPF_BOLDGROUPS; -- cgit v1.2.3