diff --git a/plugins/Tk-GUI/Tk/Browser.pm b/plugins/Tk-GUI/Tk/Browser.pm index f5e995f..bd3d490 100644 --- a/plugins/Tk-GUI/Tk/Browser.pm +++ b/plugins/Tk-GUI/Tk/Browser.pm @@ -3,6 +3,7 @@ package Tk::Browser; use Tk; use Tk::Font; use base 'Tk::ROText'; +use Cwd qw(abs_path); use strict; use warnings; diff --git a/plugins/Tk-Logon/Milkbone/Logon.pm b/plugins/Tk-Logon/Milkbone/Logon.pm index dafc2df..58cb832 100644 --- a/plugins/Tk-Logon/Milkbone/Logon.pm +++ b/plugins/Tk-Logon/Milkbone/Logon.pm @@ -121,7 +121,7 @@ sub init $self->{controls}->Label(-text => $slogan, -anchor => 'c', -justify => 'center', -wraplength => 250)->pack(-expand =>1, -fill => 'both'); # create the status frame - $self->{status_label} = $self->{status}->Label(-text => "Connecting to the Evil Empire...")->pack; + $self->{status_label} = $self->{status}->Label(-text => "Connecting to login.oscar.aol.com...")->pack; $self->{status}->Button(-text => "Cancel", -takefocus => 0, command => [$self, "on_cancel"])->pack(-pady => 5); $self->{logon_button} = $self->{controls}->Button(-text => 'log on', -takefocus => 0, -command => [$self, "on_logon"],