diff options
author | TingPing <tingping@tingping.se> | 2014-01-03 03:39:35 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-03 03:39:35 -0500 |
commit | 1e1ef1c6cf904e8d259ee2502f53cb87c3e30bd5 (patch) | |
tree | 3226fc6384ecc8e625bbbc817c5619192703ce5c /src/common/hexchat.c | |
parent | 537fb85696031182cb6a79879a0f5e7ce6374779 (diff) |
Change url-handler example to firefox -new-window
Firefox removed the ability to open private windows with a link
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 5b23621f..9efbb27c 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -735,7 +735,7 @@ static char defaultconf_commands[] = "NAME WII\n" "CMD quote WHOIS %2 %2\n\n"; static char defaultconf_urlhandlers[] = - "NAME Open Link in Private Firefox Window\n" "CMD !firefox -private %s\n\n"; + "NAME Open Link in a new Firefox Window\n" "CMD !firefox -new-window %s\n\n"; #ifdef USE_SIGACTION /* Close and open log files on SIGUSR1. Usefull for log rotating */ |