--- data/bin/gprsec.orig 2005-01-24 11:20:47 +0300 +++ data/bin/gprsec 2005-07-11 16:19:53 +0400 @@ -2008,8 +2008,8 @@ $back->createImage(200,150, -image=>$pic); # version number and the dropped shadow - $back->create(text, 200,31, -font=>[utopia, 20, bold, italic], -fill=>"#353535", -text=>"GPRS Easy Connect v$ver" , -anchor=>'c'); - $back->create(text, 199,30, -font=>[utopia, 20, bold, italic], -fill=>"#a01e1e", -text=>"GPRS Easy Connect v$ver", -anchor=>'c'); + $back->create(text, 200,31, -font=>[utopia, 20, bold, italic], -fill=>"#353535", -text=>"GPRS Easy Connect" , -anchor=>'c'); + $back->create(text, 199,30, -font=>[utopia, 20, bold, italic], -fill=>"#a01e1e", -text=>"GPRS Easy Connect", -anchor=>'c'); $back->create(text, 200,61, -font=>[utopia, 14, bold, italic], -fill=>"#353535", -text=>"... for Linux and FreeBSD" , -anchor=>'c'); $back->create(text, 200,60, -font=>[utopia, 14, bold, italic], -fill=>"#a01e1e", -text=>"... for Linux and FreeBSD", -anchor=>'c');