Some remaining fixes

This commit is contained in:
Berke Viktor
2012-10-30 08:58:50 +01:00
parent e681eafa78
commit 8d6f4d9d40
16 changed files with 33 additions and 33 deletions

View File

@@ -875,7 +875,7 @@ A few extra bits of information are available that don't appear in the _/SET_ li
int i;
const char *str;
if (xchat_get_prefs (ph, "irc_nick1", &str, &i) == 1)
if (hexchat_get_prefs (ph, "irc_nick1", &str, &i) == 1)
{
hexchat_printf (ph, "Current nickname setting: %s\n", str);
}