diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 00:41:25 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 00:41:25 +0100 |
commit | cef390e47dfb16da5520354e9c86d37543cfb434 (patch) | |
tree | 99f092fe1a966f3a0bb98b68270fa138899fbc25 | |
parent | a0e14dfc5f7590245d9d9cb488dcbbddbb803a4e (diff) |
By default, open dialog window for doubleclick on a nick in the user list
-rw-r--r-- | src/common/cfgfiles.c | 2 |
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); |