X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=gtkconsole%2Fgtkconsole;h=1fef23f128ebb44d96636611c6fc19a6042d958c;hb=66d6678dd7c8eee91590c5fd6f7e07edc7b99ee8;hp=4c0492deaf8eb09e6a579cdab5602bebc797478f;hpb=2eb5b95e4d424b48dfc6c332877414f5573474bd;p=spider.git diff --git a/gtkconsole/gtkconsole b/gtkconsole/gtkconsole index 4c0492de..1fef23f1 100755 --- a/gtkconsole/gtkconsole +++ b/gtkconsole/gtkconsole @@ -11,6 +11,8 @@ use strict; +our $VERSION = '$Revision$'; + our $root; # search local then perl directories @@ -113,7 +115,7 @@ die "You need a callsign ($call), a hostname($host) and a port($port) to proceed gtk_create_main_screen(); -$main->set_title("gtkconsole - The DXSpider Console - $call"); +$main->set_title("gtkconsole $VERSION - DXSpider Console - $call \@ $host:$port"); # connect and send stuff my $sock = IO::Socket::INET->new(PeerAddr=>$host, PeerPort=>$port);