From cbb10e8c9089dfc99946ddc784afdb126e2128a8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 23 Jul 2012 11:24:46 +0000 Subject: IRC icons' registration fix git-svn-id: http://svn.miranda-ng.org/main/trunk@1115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/IRCG') diff --git a/protocols/IRCG/options.cpp b/protocols/IRCG/options.cpp index ae727d5443..69a991374b 100644 --- a/protocols/IRCG/options.cpp +++ b/protocols/IRCG/options.cpp @@ -225,7 +225,7 @@ void AddIcons(void) SKINICONDESC sid = {0}; sid.cbSize = sizeof(SKINICONDESC); - sid.ptszSection = _T("Protocols/IRC"); + sid.pszSection = "Protocols/IRC"; sid.ptszDefaultFile = szFile; sid.flags = SIDF_PATH_TCHAR; hIconLibItems = new HANDLE[ SIZEOF(iconList) ]; @@ -1959,4 +1959,4 @@ void InitServers() } mir_free(szIniFile); } -} \ No newline at end of file +} -- cgit v1.2.3