summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/IRCG/options.cpp4
1 files changed, 2 insertions, 2 deletions
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
+}