summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-04 00:41:25 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-04 00:41:25 +0100
commitcef390e47dfb16da5520354e9c86d37543cfb434 (patch)
tree99f092fe1a966f3a0bb98b68270fa138899fbc25 /src/common/cfgfiles.c
parenta0e14dfc5f7590245d9d9cb488dcbbddbb803a4e (diff)
By default, open dialog window for doubleclick on a nick in the user list
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 69453ddc..16a3e473 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -772,7 +772,7 @@ load_config (void)
 	snprintf (prefs.hex_dcc_dir, sizeof (prefs.hex_dcc_dir), "%s/downloads", get_xdir_utf8 ());
 #endif
 	strcpy (prefs.hex_dnsprogram, "host");
-	strcpy (prefs.hex_gui_ulist_doubleclick, "QUOTE WHOIS %s %s");
+	strcpy (prefs.hex_gui_ulist_doubleclick, "QUERY %s");
 	strcpy (prefs.hex_input_command_char, "/");
 	strcpy (prefs.hex_irc_logmask, "%n-%c.log");
 	strcpy (prefs.hex_irc_nick1, username);