This patch provides for an X terminal emulator program used to run the Lynx
Web browser to be that one set via the "alternatives" mechanism of Debian
instead of hardcoded "xterm".

--- tkabber-plugins-0.11.0.orig/openurl/openurl.tcl	2008-05-05 12:28:17.000000000 +0400
+++ tkabber-plugins-0.11.0/openurl/openurl.tcl	2008-06-28 02:41:28.000000000 +0400
@@ -43,7 +43,7 @@
 	links -
 	elinks -
 	lynx {
-	    exec xterm -e $brpath $url &
+	    exec x-terminal-emulator -e $brpath $url &
 	}
 	default {
 	    exec $brpath $url &
