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 --- protocols/IcqOscarJ/src/icq_opts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IcqOscarJ') diff --git a/protocols/IcqOscarJ/src/icq_opts.cpp b/protocols/IcqOscarJ/src/icq_opts.cpp index 83dea01ea9..a4c7778507 100644 --- a/protocols/IcqOscarJ/src/icq_opts.cpp +++ b/protocols/IcqOscarJ/src/icq_opts.cpp @@ -609,7 +609,7 @@ int CIcqProto::OnOptionsInit(WPARAM wParam, LPARAM lParam) odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_POPUPS); odp.groupPosition = 900000000; odp.pfnDlgProc = DlgProcIcqPopupOpts; - odp.ptszGroup = LPGENT("Popups"); + odp.ptszGroup = LPGENT("PopUps"); odp.ptszTab = NULL; Options_AddPage(wParam, &odp); } -- cgit v1.2.3